Skip to content

Commit

Permalink
Правки
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Jul 15, 2021
1 parent d463c8c commit 1dcb87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
/vendor/
vendor/
composer.lock
composer.lock
*.php.meta
1 change: 1 addition & 0 deletions lib/Integration/DI/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public function load() : void

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

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

0 comments on commit 1dcb87c

Please sign in to comment.