public function mergeWithLastGroup($new) { return $this->mergeGroup($new, end($this->groupStack)); }
/** * Merge the given array with the last group stack. * * @param array $new * @return array * @static */ public static function mergeWithLastGroup($new) { return \Illuminate\Routing\Router::mergeWithLastGroup($new); }