Update CsrfMiddleware.php
This commit is contained in:
parent
75cc5a7e2e
commit
409fa574fc
|
@ -11,8 +11,10 @@ class CsrfMiddleware implements Middleware {
|
||||||
*
|
*
|
||||||
* @param \Illuminate\Http\Request $request
|
* @param \Illuminate\Http\Request $request
|
||||||
* @param \Closure $next
|
* @param \Closure $next
|
||||||
* @throws TokenMismatchException
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
|
*
|
||||||
|
* @throws TokenMismatchException
|
||||||
*/
|
*/
|
||||||
public function handle($request, Closure $next)
|
public function handle($request, Closure $next)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue