From: Alexander Smirnov Date: Thu, 6 Feb 2025 09:26:29 +0000 (+0300) Subject: Отключили проверку загрузки .env X-Git-Tag: 1.7~9^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=b48d3f596187729974cd3557cff1bd00e6cbecb9;p=erp24_rep%2Fyii-erp24%2F.git Отключили проверку загрузки .env --- diff --git a/erp24/config/env.php b/erp24/config/env.php index 0f5aa1db..7d2367f2 100644 --- a/erp24/config/env.php +++ b/erp24/config/env.php @@ -9,5 +9,5 @@ try { putenv("$key=$value"); } } catch (\Dotenv\Exception\InvalidPathException $e) { - Yii::error('Файл .env не найден: ' . $e->getMessage()); + //Yii::error('Файл .env не найден: ' . $e->getMessage()); }