We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7519e8 commit 1869d84Copy full SHA for 1869d84
LICENSE.md
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) Maize <enrico.delazzari@maize.io>
+Copyright (c) 2025 MAIZE info@maize.io
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
tests/TestCase.php
@@ -20,7 +20,7 @@ public function getEnvironmentSetUp($app)
20
{
21
config()->set('database.default', 'testing');
22
23
- Route::middleware([SignCloudfrontCookies::class]) // [CloudfrontSignedCookiesMiddleware::class, AddQueuedCookiesToResponse::class]
+ Route::middleware([SignCloudfrontCookies::class])
24
->get('/', fn () => 'ok');
25
}
26
0 commit comments