X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8d7febe482f92a34093127c60c6e2dda342b4223..refs/pull/4467/head:/app/Config/cache.php diff --git a/app/Config/cache.php b/app/Config/cache.php index 86297b236..d1d47ab16 100644 --- a/app/Config/cache.php +++ b/app/Config/cache.php @@ -87,6 +87,6 @@ return [ | */ - 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache'), + 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'), ];