Shift config files

This commit is contained in:
Shift
2023-05-24 21:33:11 +00:00
parent 028e1a191e
commit 8b671065e9
2 changed files with 11 additions and 2 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_'),
];