We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f4ff0 commit 85445fdCopy full SHA for 85445fd
src/Resources/config/services/command.xml
@@ -5,7 +5,9 @@
5
http://symfony.com/schema/dic/services/services-1.0.xsd">
6
7
<services>
8
- <service id="Sylius\WishlistPlugin\Command\RemoveGuestWishlistsCommand">
+ <service id="sylius.wishlist_plugin.command.remove_guest_wishlists"
9
+ class="Sylius\WishlistPlugin\Command\RemoveGuestWishlistsCommand"
10
+ >
11
<argument type="service" id="sylius_wishlist_plugin.repository.wishlist"/>
12
<tag name="console.command"/>
13
</service>
0 commit comments