Skip to content

Commit

Permalink
Add lead router.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Nikolaev committed Jan 28, 2021
1 parent 085f19e commit 2ce4b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DependencyInjection/DarvinBitrix24Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public function load(array $configs, ContainerBuilder $container): void
throw new \RuntimeException('EightPointsGuzzleBundle is not enabled.');
}

$container->setParameter('darvin_bitrix24.account.domain', $config['account']['domain']);

(new ConfigLoader($container, __DIR__.'/../Resources/config/services'))->load([
'client',
'lead',
Expand Down

0 comments on commit 2ce4b6e

Please sign in to comment.