Skip to content

Commit 6787f1c

Browse files
committed
Правки
1 parent 42e7e07 commit 6787f1c

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/DI/services.php

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

133133
$this->createContainer();
134134
$compilerContainer = new CompilerContainer($_SERVER['DOCUMENT_ROOT']);
135+
$compilerContainer->setModuleId('proklung.redis');
135136

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

0 commit comments

Comments
 (0)