File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
namespace Sentry \SentryBundle \Tests \End2End \App \Messenger ;
6
6
7
7
use Symfony \Component \Messenger \Exception \UnrecoverableExceptionInterface ;
8
- use Symfony \Component \Messenger \Handler \MessageHandlerInterface ;
9
8
10
- class FooMessageHandler implements MessageHandlerInterface
9
+ class FooMessageHandler
11
10
{
12
11
public function __invoke (FooMessage $ message ): void
13
12
{
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ services:
7
7
8
8
Sentry\SentryBundle\Tests\End2End\App\Messenger\FooMessageHandler :
9
9
class : \Sentry\SentryBundle\Tests\End2End\App\Messenger\FooMessageHandler
10
+ tags :
11
+ - { name: messenger.message_handler }
10
12
11
13
Sentry\SentryBundle\Tests\End2End\App\Controller\MessengerController :
12
14
autowire : true
You can’t perform that action at this time.
0 commit comments