More fixes

This commit is contained in:
Frankie B 2023-07-29 17:42:19 +01:00
commit 667da58bd9
No known key found for this signature in database
6 changed files with 9 additions and 13 deletions

View file

@ -11,7 +11,5 @@ class VerifyCsrfToken extends Middleware
*
* @var array<int, string>
*/
protected $except = [
//
];
protected $except = [];
}