1
0
Fork 0

config/*: Remove "Heritage" from default env variables.

This commit is contained in:
Henrik Hautakoski 2023-01-29 13:59:51 +01:00
parent 385e588699
commit 8a99ba772d
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Heritage Bingo'),
'name' => env('APP_NAME', 'Bingo'),
/*
|--------------------------------------------------------------------------

View file

@ -105,6 +105,6 @@ return [
|
*/
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'Heritage Bingo'), '_').'_cache'),
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'Bingo'), '_').'_cache'),
];