Commit c39679bb authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3065 from johnhout/patch-1

Added @throws TokenMismatchException
parents 6e438cfb 6c0b7916
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment