diff --git a/config/app.php b/config/app.php index bce6a7d..23dffd5 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'name' => env('APP_NAME', 'Heritage Bingo'), + 'name' => env('APP_NAME', 'Bingo'), /* |-------------------------------------------------------------------------- diff --git a/config/cache.php b/config/cache.php index 43b03e3..8108dcf 100644 --- a/config/cache.php +++ b/config/cache.php @@ -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'), ];