mergeWithLastGroup() public method

Merge the given array with the last group stack.
public mergeWithLastGroup ( array $new ) : array
$new array
return array
Example #1
0
 /**
  * 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);
 }