Browse Source

Update CsrfMiddleware.php

John in 't Hout 10 years ago
parent
commit
409fa574fc
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/Http/Middleware/CsrfMiddleware.php

+ 3 - 1
app/Http/Middleware/CsrfMiddleware.php

@@ -11,8 +11,10 @@ class CsrfMiddleware implements Middleware {
 	 *
 	 * @param  \Illuminate\Http\Request  $request
 	 * @param  \Closure  $next
-	 * @throws TokenMismatchException
+	 * 
 	 * @return mixed
+	 * 
+	 * @throws TokenMismatchException
 	 */
 	public function handle($request, Closure $next)
 	{