Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb724f9

Browse files
author
EXT - THERAGE Kevin
committed
removing use just in case
1 parentc395238 commitcb724f9

File tree

1 file changed

+2
-3
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+2
-3
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
useSymfony\Component\Console\EventListener\ErrorListener;
4343
useSymfony\Component\Dotenv\Command\DebugCommandasDotenvDebugCommand;
4444
useSymfony\Component\Messenger\Command\ConsumeMessagesCommand;
45-
useSymfony\Component\Messenger\Command\CountMessagesCommand;
4645
useSymfony\Component\Messenger\Command\DebugCommand;
4746
useSymfony\Component\Messenger\Command\FailedMessagesRemoveCommand;
4847
useSymfony\Component\Messenger\Command\FailedMessagesRetryCommand;
@@ -337,9 +336,9 @@
337336
->tag('console.command')
338337
;
339338

340-
if (class_exists(CountMessagesCommand::class)) {
339+
if (class_exists(\Symfony\Component\Messenger\Command\CountMessagesCommand::class)) {
341340
$container->services()
342-
->set('console.command.messenger_count', CountMessagesCommand::class)
341+
->set('console.command.messenger_count',\Symfony\Component\Messenger\Command\CountMessagesCommand::class)
343342
->args([
344343
service('messenger.receiver_locator'),
345344
abstract_arg('Receivers'),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp