diff --git a/config/cache.php b/config/cache.php index 7b83b36..df246b4 100644 --- a/config/cache.php +++ b/config/cache.php @@ -60,6 +60,6 @@ | */ - 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'), + 'prefix' => 'amber_cache:', ];