Пример #1
0
 /**
  * Find and return the given menu collection.
  *
  * @param  string  $key
  * @return \Filipac\Menus\Collection
  */
 public function get($key)
 {
     return $this->collection->get($key)->sortBy('order');
 }