From aba8b32ac939917bf2a24441588ce72f379a8f21 Mon Sep 17 00:00:00 2001 From: Juan Cristobal <65052633+juancristobalgd1@users.noreply.github.com> Date: Wed, 13 Mar 2024 06:57:22 +0100 Subject: [PATCH] update file --- app/providers/providers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/providers/providers.php b/app/providers/providers.php index 7e458a7..7ef7a56 100644 --- a/app/providers/providers.php +++ b/app/providers/providers.php @@ -10,7 +10,7 @@ * be loaded at the start of the system, these will only be stored * in the application container and will be consumed on demand. **/ - 'app' => App::class, + // 'app' => App::class, 'config' => Config::class, 'session' => Session\Session::class, 'request' => Http\Request::class,