mirror of
https://github.com/brufdev/many-notes.git
synced 2026-04-28 21:40:21 -05:00
Refactor code with Pint
This commit is contained in:
+1
-1
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user