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 12620e4 commit 255ecebCopy full SHA for 255eceb
lib/DI/Services.php
@@ -100,9 +100,6 @@ public function __construct()
100
*/
101
public function initContainer() : void
102
{
103
- static::$container->setParameter('kernel.debug', $_ENV['DEBUG'] ?? true);
104
- static::$container->setParameter('kernel.project_dir', $_SERVER['DOCUMENT_ROOT']);
105
- static::$container->setParameter('kernel.cache_dir', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/cache');
106
static::$container->setParameter('mailer_enabled', false);
107
108
$loader = new PhpFileLoader(static::$container, new FileLocator(__DIR__ . '/../../configs'));
0 commit comments