Skip to content

Commit

Permalink
Fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 20, 2024
1 parent b6fd534 commit 43fb299
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/DependencyInjection/SetonoSyliusOrderEditExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ public function prepend(ContainerBuilder $container): void
$container->prependExtensionConfig('framework', [
'messenger' => [
'buses' => [
'setono_sylius_order_edit.event_bus' => null,
'setono_sylius_order_edit.event_bus' => [
'default_middleware' => [
'allow_no_handlers' => true,
],
],
],
],
]);
Expand Down

0 comments on commit 43fb299

Please sign in to comment.