Skip to content

Commit

Permalink
Merge pull request #49 from alister/patch-1
Browse files Browse the repository at this point in the history
Fix key/class mismatch for PopulateCommand
  • Loading branch information
willdurand committed Apr 16, 2018
2 parents 482de7e + cf32645 commit f2feb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<service id="Bazinga\Bundle\FakerBundle\Factory\FormatterFactory" alias="faker.formatter_factory" />

<service id="Bazinga\Bundle\FakerBundle\Command\PopulateCommand" class="%faker.populate.class%">
<service id="Bazinga\Bundle\FakerBundle\Command\PopulateCommand" class="%faker.populate_command.class%">
<tag name="console.command" />
</service>
</services>
Expand Down

0 comments on commit f2feb72

Please # to comment.