mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 03:10:57 +00:00
🤖 Auto commit for release 'develop' on 2025-05-19
This commit is contained in:
@@ -42,7 +42,7 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
{
|
{
|
||||||
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',
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user