Skip to content

Commit 70e65a1

Browse files
committed
Удаление ненужного
1 parent 05a8a62 commit 70e65a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/DI/services.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public function __construct()
9191
*/
9292
public function initContainer() : void
9393
{
94-
static::$container->setParameter('kernel.debug', $_ENV['DEBUG'] ?? true);
9594
$loader = new YamlFileLoader(static::$container, new FileLocator(__DIR__ . '/../../configs'));
9695
$loader->load('services.yml');
9796

0 commit comments

Comments
 (0)