Skip to content

Commit

Permalink
[TransactionalMessenger] Fix for RollbackTransactionOnMessageFailedEv…
Browse files Browse the repository at this point in the history
…entListener.php
  • Loading branch information
fractalzombie committed Aug 25, 2022
1 parent adf4d78 commit 207cb81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Symfony\Component\EventDispatcher\Attribute\AsEventListener;
use Symfony\Component\Messenger\Event\WorkerMessageFailedEvent;

#[AsEventListener(WorkerMessageFailedEvent::class, 'onMessageFailed', Transactional::LISTENER_PRIORITY)]
#[AsEventListener(WorkerMessageFailedEvent::class, priority: Transactional::LISTENER_PRIORITY)]
class RollbackTransactionOnMessageFailedEventListener
{
public function __construct(
Expand Down

0 comments on commit 207cb81

Please sign in to comment.