Skip to content

Commit

Permalink
Fix key/class mismatch for PopulateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
alister committed Apr 5, 2018
1 parent de7709d commit cf32645
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 cf32645

Please # to comment.