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,