Example #1
0
 /**
  * @return mixed
  */
 public function getMenus()
 {
     return $this->menu->with($this->relations())->orderBy('id')->get();
 }