Shift cleanup

This commit is contained in:
Shift
2023-05-24 21:33:19 +00:00
parent 5faf49688d
commit fbf437ac99
11 changed files with 13 additions and 13 deletions

View File

@@ -105,6 +105,6 @@ return [
|
*/
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'),
];