Skip to content

Commit bcadf83

Browse files
author
Robin Chalas
committed
Merge branch '4.3' into 4.4
* 4.3: [Security\Core] Make SodiumPasswordEncoder validate BCrypt-ed passwords [Validator] Fix TimezoneValidator default option [Messenger] Inject RoutableMessageBus instead of bus locator [DomCrawler] Fix type error with null Form::$currentUri [Contracts] Fixed typos do not enable validator auto mapping by default [HttpClient] remove unused argument
2 parents de80142 + 0503bd9 commit bcadf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/console.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</service>
8383

8484
<service id="console.command.messenger_consume_messages" class="Symfony\Component\Messenger\Command\ConsumeMessagesCommand">
85-
<argument /> <!-- Message bus locator -->
85+
<argument type="service" id="messenger.routable_message_bus" />
8686
<argument type="service" id="messenger.receiver_locator" />
8787
<argument type="service" id="logger" on-invalid="null" />
8888
<argument type="collection" /> <!-- Receiver names -->

0 commit comments

Comments
 (0)