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 8ef4757 commit 0ca57ccCopy full SHA for 0ca57cc
DependencyInjection/BitrixOrdinaryToolsExtension.php
@@ -38,6 +38,7 @@ public function load(array $configs, ContainerBuilder $container) : void
38
$loader->load('image_resizer.yaml');
39
$loader->load('loggers.yaml');
40
$loader->load('warmers.yaml');
41
+ $loader->load('console.yaml');
42
43
$loader->load('notifier.yaml');
44
if (class_exists(NotifierInterface::class)) {
0 commit comments