Example #1
0
 /**
  * Get the last item from the collection.
  *
  * @param  callable|null  $callback
  * @param  mixed          $default
  *
  * @return \Arcanedev\Menus\Entities\MenuItem|mixed
  */
 public function last(callable $callback = null, $default = null)
 {
     return parent::last($callback, $default);
 }