改进 cache

This commit is contained in:
ivamp 2024-07-25 16:06:41 +08:00
parent bb1610a568
commit 8d46515149

View File

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