Skip to content

Commit 1869d84

Browse files
wip
1 parent e7519e8 commit 1869d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Maize <enrico.delazzari@maize.io>
3+
Copyright (c) 2025 MAIZE info@maize.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function getEnvironmentSetUp($app)
2020
{
2121
config()->set('database.default', 'testing');
2222

23-
Route::middleware([SignCloudfrontCookies::class]) // [CloudfrontSignedCookiesMiddleware::class, AddQueuedCookiesToResponse::class]
23+
Route::middleware([SignCloudfrontCookies::class])
2424
->get('/', fn () => 'ok');
2525
}
2626
}

0 commit comments

Comments
 (0)