Skip to content

Commit

Permalink
Missing DI
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Feb 16, 2018
1 parent f3837ca commit b39d198
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Model/Monkey/DddCqrs.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,11 @@ private function injectDi()
$this->classes['command_list_interface']['class'],
$this->classes['command_list']['class']
);
$this->diManager->createPreference(
$this->moduleName,
$this->classes['extension_loader_interface']['class'],
$this->classes['extension_loader']['class']
);

foreach ($this->indexedColumns as $indexedColumn) {
$this->diManager->createPreference(
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_CodeMonkey" setup_version="1.2.10">
<module name="MSP_CodeMonkey" setup_version="1.2.11">
<sequence>
<module name="MSP_Common"/>

Expand Down

0 comments on commit b39d198

Please sign in to comment.