Add addHttpCookie to VerifyCsrfToken
This commit is contained in:
parent
fe796d8806
commit
76af90b50c
|
@ -14,4 +14,11 @@ class VerifyCsrfToken extends Middleware
|
||||||
protected $except = [
|
protected $except = [
|
||||||
//
|
//
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates whether the XSRF-TOKEN cookie should be set on the response.
|
||||||
|
*
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
protected $addHttpCookie = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue