1 | <?php |
||
9 | class TrailingSlashEnforce |
||
10 | { |
||
11 | /** |
||
12 | * Handle an incoming request. |
||
13 | * |
||
14 | * @param \Illuminate\Http\Request $request |
||
15 | * @param \Closure $next |
||
16 | * |
||
17 | * @return mixed |
||
18 | */ |
||
19 | public function handle($request, Closure $next) |
||
33 | |||
34 | /** |
||
35 | * @param $requestUri |
||
36 | * @param $queryString |
||
37 | * |
||
38 | * @return bool |
||
39 | */ |
||
40 | protected function checkQueryString($requestUri, $queryString): bool |
||
44 | } |
||
45 |
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed from the class and what other function to use instead.