Refactor code with Pint

This commit is contained in:
brufdev
2025-01-26 19:54:29 +00:00
parent c1a4cee8fc
commit dd82dddf94
23 changed files with 61 additions and 61 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_'),
],
'default' => [