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');