Skip to content

Commit

Permalink
added missing service
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 27, 2018
1 parent 866e534 commit 9c40654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

<service id="maker.file_manager" class="Symfony\Bundle\MakerBundle\FileManager">
<argument type="service" id="filesystem" />
<argument type="service" id="maker.autoloader_util" />
<argument>%kernel.project_dir%</argument>
</service>

<service id="maker.autoloader_util" class="Symfony\Bundle\MakerBundle\Util\AutoloaderUtil">
<argument>%kernel.project_dir%</argument>
</service>

Expand Down

0 comments on commit 9c40654

Please sign in to comment.