Skip to content

Commit

Permalink
Fixed typo in commands.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB authored May 30, 2018
1 parent 771aa5c commit f73d0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<services>
<service id="fos_comment.command.fix_aces" class="FOS\CommentBundle\Command\FixAcesCommand">
<argument type="service" id="security.acl.provider" />
<argument type="service" id="fos_comment.acl.command" />
<argument type="service" id="fos_comment.acl.comment" />
<argument type="service" id="fos_comment.manager.comment.default" />
<argument type="service" id="fos_comment.acl.thread" />
<argument type="service" id="fos_comment.manager.thread.default" />
Expand All @@ -25,7 +25,7 @@
<tag name="console.command" command="fos:comment:fixAces" />
</service>
<service id="fos_comment.command.install_aces" class="FOS\CommentBundle\Command\InstallAcesCommand">
<argument type="service" id="fos_comment.acl.command" />
<argument type="service" id="fos_comment.acl.comment" />
<argument type="service" id="fos_comment.acl.thread" />
<argument type="service" id="fos_comment.acl.vote" />
<tag name="console.command" command="fos:comment:installAces" />
Expand Down

0 comments on commit f73d0b6

Please sign in to comment.