Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 137134a

Browse files
committedMar 24, 2025··
minor
1 parent b860036 commit 137134a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ to retry them:
13121312
# remove all messages in the failure transport
13131313
$ php bin/console messenger:failed:remove --all
13141314
1315-
# remove only MyClass messages
1315+
# remove only App\Message\MyMessage messages
13161316
$ php bin/console messenger:failed:remove --class-filter='App\Message\MyMessage'
13171317
13181318
If the message fails again, it will be re-sent back to the failure transport

0 commit comments

Comments
 (0)
Please sign in to comment.