Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class VerifyCsrfToken |
||
22 | { |
||
23 | /** |
||
24 | * Handle an incoming request. |
||
25 | * |
||
26 | * @param \Illuminate\Http\Request $request The app http request. |
||
27 | * @param \Closure $next The next closure. |
||
28 | * |
||
29 | * @throws \Exception Throw the exception. |
||
30 | * |
||
31 | * @return mixed |
||
32 | */ |
||
33 | public function handle(Request $request, Closure $next) |
||
49 |