From c69cf8babb0bc5a38e2abaea539dff0c1cf985e2 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 16 Jul 2020 08:26:09 -0700 Subject: [PATCH] Use Helper::env() to check if APP_DEBUG enabled --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 06c3fa7..2595609 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@ enableCompilation(__DIR__ . '/app/cache'); }