1 | <?php |
||
10 | class Collection extends BaseCollection |
||
11 | { |
||
12 | /** |
||
13 | * Get the route information for a given route. |
||
14 | * |
||
15 | * @param $route \Illuminate\Routing\Route |
||
16 | * @param $filter string |
||
17 | * @param $namespace string |
||
18 | * |
||
19 | * @return array|null |
||
20 | */ |
||
21 | protected function getRouteInformation(Route $route, $filter, $namespace): ?array |
||
43 | } |
||
44 |