Skip to content

Commit

Permalink
Fix issue with symfony versions earlier than 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Feb 20, 2019
1 parent cb2e155 commit c9052c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<service id="JMS\Payment\CoreBundle\Command\GenerateKeyCommand">
<service id="JMS\Payment\CoreBundle\Command\GenerateKeyCommand" class="JMS\Payment\CoreBundle\Command\GenerateKeyCommand">
<tag name="console.command" command="jms_payment_core:generate-key" />
</service>
</services>
Expand Down

0 comments on commit c9052c9

Please sign in to comment.