Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit 6e47c31

Browse files
author
Florian Horn
committed
Moved DI configuration to global scope
Fixed docker-compose configuration
1 parent 78b72b4 commit 6e47c31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
volumes: &appvolumes
1313
- appdata:/var/www/html
1414
- ./Console:/var/www/html/app/code/AllInData/ContentFuzzyfyr/Console:cached
15+
- ./etc:/var/www/html/app/code/AllInData/ContentFuzzyfyr/etc
1516
- ./Model:/var/www/html/app/code/AllInData/ContentFuzzyfyr/Model:cached
1617
- ./Observer:/var/www/html/app/code/AllInData/ContentFuzzyfyr/Observer:cached
1718
- ./Test:/var/www/html/app/code/AllInData/ContentFuzzyfyr/Test:cached
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<type name="Magento\Framework\Console\CommandList">
1616
<arguments>
1717
<argument name="commands" xsi:type="array">
18-
<item name="aid_content_fuzzyfyr" xsi:type="object">AllInData\ContentFuzzyfyr\Console\Command\FuzzyfyrCommand</item>
18+
<item name="AllInDataContentFuzzyfyrCommand" xsi:type="object">AllInData\ContentFuzzyfyr\Console\Command\FuzzyfyrCommand</item>
1919
</argument>
2020
</arguments>
2121
</type>

0 commit comments

Comments
 (0)