Пример #1
0
 /**
  * Render menu
  * @return mixed
  */
 public function boot()
 {
     return Menu::make($this->items(), $this->class);
 }
Пример #2
0
 /**
  * @return mixed
  */
 public function boot()
 {
     $this->items = $this->items();
     Event::fire($this->name, $this);
     return Menu::make($this->items, $this->class);
 }