diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index 2e20ae69..472cd63b 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -14,7 +14,7 @@ class VerifyCsrfToken extends Middleware protected $except = [ // ]; - + /** * Indicates whether the XSRF-TOKEN cookie should be set on the response. *