Skip to content

Commit 1dcb87c

Browse files
committed
Правки
1 parent d463c8c commit 1dcb87c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
22
/vendor/
33
vendor/
4-
composer.lock
4+
composer.lock
5+
*.php.meta

lib/Integration/DI/Services.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public function load() : void
106106

107107
$this->createContainer();
108108
$compilerContainer = new CompilerContainer($_SERVER['DOCUMENT_ROOT']);
109+
$compilerContainer->setModuleId('proklung.rabbitmq');
109110

110111
// Кэшировать контейнер?
111112
if (!in_array($this->environment, $this->parameters['compile_container_envs'], true)) {

0 commit comments

Comments
 (0)