remove unnecessary variable

This commit is contained in:
Taylor Otwell 2019-12-20 14:10:38 -06:00
parent 13e43893ba
commit 3ee0065bcd
1 changed files with 0 additions and 7 deletions

View File

@ -6,13 +6,6 @@
class VerifyCsrfToken extends Middleware
{
/**
* Indicates whether the XSRF-TOKEN cookie should be set on the response.
*
* @var bool
*/
protected $addHttpCookie = true;
/**
* The URIs that should be excluded from CSRF verification.
*