Added comment

This commit is contained in:
Chris Kankiewicz
2020-07-02 10:44:27 -07:00
parent c787d45898
commit b4913ef8f3

View File

@@ -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');
}