Shift core files

This commit is contained in:
Shift
2023-01-07 19:53:57 +00:00
parent 74bd29e1ee
commit 953afd6b70
3 changed files with 20 additions and 24 deletions

View File

@@ -7,13 +7,6 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
/**
* 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.
*