From 44b4c3ad569f4d387dfb18c8fd0fcc2aea50fd3d Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 1 Jan 2025 17:40:58 +0700 Subject: [PATCH] Update common.php --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 6b989446c..33c58298d 100644 --- a/common.php +++ b/common.php @@ -87,7 +87,7 @@ if (is_file(BB_PATH . '/library/config.local.php')) { } /** - * Error reporting + * Initialize debug */ define('APP_ENV', env('APP_ENV', 'production')); if (APP_ENV === 'local') {