You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,29 @@ You need to override the template displaying the product and product variant for
147
147
148
148
If you haven't overridden the template yet, you can just copy the templates from `vendor/loevgaard/sylius-barcode-plugin/src/Resources/views/SyliusAdminBundle` to `templates/bundles/SyliusAdminBundle/`
149
149
150
-
### Step 7: Using asynchronous transport (optional, but recommended)
Like it [configured](tests/Application/config/validator/ProductVariant.xml) at example application.
171
+
172
+
### Step 8: Using asynchronous transport (optional, but recommended)
151
173
152
174
All commands in this plugin will extend the [CommandInterface](src/Message/Command/CommandInterface.php).
153
175
Therefore you can route all commands easily by adding this to your [Messenger config](https://symfony.com/doc/current/messenger.html#routing-messages-to-a-transport):
0 commit comments