Additional underscore on cache prefix

This commit is contained in:
Jordan Hall 2019-04-08 08:52:06 +01:00 committed by GitHub
parent 159b0e79cd
commit 3cbc5ac640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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