From e260d71d6b4b9384083959cea0fcf18db5bcd31f Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Wed, 7 Apr 2021 22:03:08 -0700 Subject: [PATCH] Set default app name to kcal --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index a3643da..13ccf9a 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'name' => env('APP_NAME', 'Laravel'), + 'name' => env('APP_NAME', 'kcal'), /* |--------------------------------------------------------------------------