Skip to content

Commit 4b9c407

Browse files
#63 Use preprendExtensionConfig instead of loadFromExtension to allow messenger config for execute_process transpprt
1 parent a6cc010 commit 4b9c407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependencyInjection/CleverAgeUiProcessExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function prepend(ContainerBuilder $container): void
109109
'migrations_paths' => ['CleverAge\UiProcessBundle\Migrations' => \dirname(__DIR__).'/Migrations'],
110110
]
111111
);
112-
$container->loadFromExtension(
112+
$container->prependExtensionConfig(
113113
'framework',
114114
[
115115
'messenger' => [

0 commit comments

Comments
 (0)