Commit 409fa574 authored by John in 't Hout's avatar John in 't Hout

Update CsrfMiddleware.php

parent 75cc5a7e
...@@ -11,8 +11,10 @@ class CsrfMiddleware implements Middleware { ...@@ -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)
{ {
......
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