Merge pull request #3065 from johnhout/patch-1
Added @throws TokenMismatchException
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user