Update CsrfMiddleware.php

This commit is contained in:
John in 't Hout 2014-10-10 22:56:00 +02:00
parent 75cc5a7e2e
commit 409fa574fc
1 changed files with 3 additions and 1 deletions

View File

@ -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)
{ {