Set default app name to kcal

This commit is contained in:
Christopher C. Wells 2021-04-07 22:03:08 -07:00
parent a13bdb4e01
commit e260d71d6b
1 changed files with 1 additions and 1 deletions

View File

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