pint/lint

This commit is contained in:
Bob Molitor
2025-10-20 22:10:08 +02:00
parent 4dc36a768e
commit aa23eec392
16 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ return [
'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_database_'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
'persistent' => env('REDIS_PERSISTENT', false),
],