Merge pull request #10319 from firefly-iii/release-1747670547

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-05-19 18:02:33 +02:00
committed by GitHub

View File

@@ -41,8 +41,8 @@ class AppServiceProvider extends ServiceProvider
public function boot(): void public function boot(): void
{ {
Schema::defaultStringLength(191); Schema::defaultStringLength(191);
Passport::$clientUuids = false; Passport::$clientUuids = false;
Response::macro('api' , function (array $value) { Response::macro('api', function (array $value) {
$headers = [ $headers = [
'Cache-Control' => 'no-store', 'Cache-Control' => 'no-store',
]; ];