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
@@ -2081,13 +2086,12 @@ private function registerMessengerConfiguration(array $config, ContainerBuilder
2081
2086
thrownewLogicException('The "framework.messenger.reset_on_message" configuration option can be set to "true" only. To prevent services resetting after each message you can set the "--no-reset" option in "messenger:consume" command.');
2082
2087
}
2083
2088
2084
-
if (null === $config['reset_on_message']) {
2085
-
if ($container->hasDefinition('console.command.messenger_consume_messages')) {
2086
-
trigger_deprecation('symfony/framework-bundle', '5.4', 'Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.');
trigger_deprecation('symfony/framework-bundle', '5.4', 'Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.');
0 commit comments