diff --git a/index.php b/index.php index 5462578..2b0feaf 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,6 @@ addDefinitions( ...glob(__DIR__ . '/app/config/*.php') ); -// Compile the container -if (! Helpers::env('APP_DEBUG', false)) { - $container->enableCompilation(__DIR__ . '/app/cache'); -} - // Initialize the application $app = $container->build()->call(AppManager::class);