예제 #1
0
 public function Menu()
 {
     $menu = Menu::all()->sortBy('prioridade')->where('parent_id', $this->parentId)->where('middleware_id', $this->middleware)->where('formato', $this->formato);
     return $menu;
 }