From 70e65a12ca05fbe6e6299379c2380ac7d1f05f9c Mon Sep 17 00:00:00 2001 From: ProklUng Date: Fri, 20 Aug 2021 08:50:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D0=BE=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/DI/services.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/DI/services.php b/lib/DI/services.php index 0c3c2c9..55381c9 100644 --- a/lib/DI/services.php +++ b/lib/DI/services.php @@ -91,7 +91,6 @@ public function __construct() */ public function initContainer() : void { - static::$container->setParameter('kernel.debug', $_ENV['DEBUG'] ?? true); $loader = new YamlFileLoader(static::$container, new FileLocator(__DIR__ . '/../../configs')); $loader->load('services.yml');