From: fomichev Date: Thu, 6 Feb 2025 12:44:26 +0000 (+0300) Subject: Удален filnally X-Git-Tag: 1.7~7^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=b806e402650892e5a8ca741881927d18a2e26245;p=erp24_rep%2Fyii-erp24%2F.git Удален filnally --- diff --git a/erp24/config/env.php b/erp24/config/env.php index e54f6073..7d2367f2 100644 --- a/erp24/config/env.php +++ b/erp24/config/env.php @@ -10,6 +10,4 @@ try { } } catch (\Dotenv\Exception\InvalidPathException $e) { //Yii::error('Файл .env не найден: ' . $e->getMessage()); -} finally { - $_ENV['APP_ENV'] = 'development'; }