Update common.php

This commit is contained in:
Roman Kelesidis 2025-01-01 17:40:58 +07:00
commit 44b4c3ad56

View file

@ -87,7 +87,7 @@ if (is_file(BB_PATH . '/library/config.local.php')) {
} }
/** /**
* Error reporting * Initialize debug
*/ */
define('APP_ENV', env('APP_ENV', 'production')); define('APP_ENV', env('APP_ENV', 'production'));
if (APP_ENV === 'local') { if (APP_ENV === 'local') {