Add spaces.

This commit is contained in:
James Cole
2025-05-19 17:58:37 +02:00
parent 2b3172ba8e
commit 767abacd27

View File

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