Skip to content

Commit

Permalink
Change GmvCommand service ID
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Dec 5, 2024
1 parent 34745bb commit d10aaaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
1. Support for Sylius 1.12 and 1.13 have been dropped.

1. The `GmvCommand` console command has been moved from `Command` to `Console\Command` and changed its namespace
accordingly from `Sylius\GmvBundle\Command\GmvCommand` to `Sylius\GmvBundle\Console\Command\GmvCommand`.
accordingly from `Sylius\GmvBundle\Command\GmvCommand` to `Sylius\GmvBundle\Console\Command\GmvCommand`.
The service ID has been also changed from `sylius_gmv.command.gmv` to `sylius_gmv.console.command.gmv`.

# UPGRADE FROM 0.1 TO 0.2

Expand Down
2 changes: 1 addition & 1 deletion config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<service id="sylius_gmv.provider.default_date" class="Sylius\GmvBundle\Provider\DefaultDateProvider" lazy="Sylius\GmvBundle\Provider\DefaultDateProviderInterface" />
<service id="Sylius\GmvBundle\Provider\DefaultDateProviderInterface" alias="sylius_gmv.provider.default_date" />

<service id="sylius_gmv.command.gmv" class="Sylius\GmvBundle\Console\Command\GmvCommand">
<service id="sylius_gmv.console.command.gmv" class="Sylius\GmvBundle\Console\Command\GmvCommand">
<argument type="service" id="sylius_gmv.validator.input_parameters" />
<argument type="service" id="sylius_gmv.parser.date" />
<argument type="service" id="sylius_gmv.provider.gmv" />
Expand Down

0 comments on commit d10aaaf

Please sign in to comment.