From b4913ef8f3b537cf15ad4aff075551e975bcbcca Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 2 Jul 2020 10:44:27 -0700 Subject: [PATCH] Added comment --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 1bf31c3..06c3fa7 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,7 @@ $container = call_user_func_array( glob(__DIR__ . '/app/config/*.php') ); +// Compile the container if (filter_var(getenv('APP_DEBUG'), FILTER_VALIDATE_BOOLEAN) !== true) { $container->enableCompilation(__DIR__ . '/app/cache'); }