Update packcages

This commit is contained in:
James Cole
2025-05-19 17:53:33 +02:00
parent 1ff8a48ca3
commit 2b3172ba8e
3 changed files with 3 additions and 2 deletions

View File

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