Browse Source

Merge pull request #3065 from johnhout/patch-1

Added @throws TokenMismatchException
Taylor Otwell 10 years ago
parent
commit
c39679bb86
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Http/Middleware/CsrfMiddleware.php

+ 2 - 0
app/Http/Middleware/CsrfMiddleware.php

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