mirror of https://github.com/kcal-app/kcal.git
Set default app name to kcal
This commit is contained in:
parent
a13bdb4e01
commit
e260d71d6b
|
@ -13,7 +13,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'name' => env('APP_NAME', 'Laravel'),
|
||||
'name' => env('APP_NAME', 'kcal'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue