Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Sep 19, 2024
1 parent 6e7d4a2 commit a866829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/RemoveFailedMessagesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: 'mbin:messenger:failed:remove_all',
description: 'This command removes all failed messages from the failed queue (database).',
)]
class RemoveFailedMessangesCommand extends Command
class RemoveFailedMessagesCommand extends Command
{
public function __construct(
private readonly EntityManagerInterface $entityManager,
Expand Down

0 comments on commit a866829

Please sign in to comment.