We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a8a62 commit 70e65a1Copy full SHA for 70e65a1
lib/DI/services.php
@@ -91,7 +91,6 @@ public function __construct()
91
*/
92
public function initContainer() : void
93
{
94
- static::$container->setParameter('kernel.debug', $_ENV['DEBUG'] ?? true);
95
$loader = new YamlFileLoader(static::$container, new FileLocator(__DIR__ . '/../../configs'));
96
$loader->load('services.yml');
97
0 commit comments