From 75e31ab09fd3e9698ddb8c059718c73fba7855a5 Mon Sep 17 00:00:00 2001 From: Yusuf Date: Tue, 26 Jul 2022 23:01:02 +0700 Subject: [PATCH] inject config --- bootstrap/app.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index ca0155b..5f8ccca 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -62,9 +62,7 @@ $app->singleton( $app->configure('auth'); $app->configure('api'); $app->configure('assets'); - - - +$app->configure('app'); /* |--------------------------------------------------------------------------