Skip to content

Commit 2f4c6a9

Browse files
committed
minor #10582 Fix Use Class (ahinkle)
This PR was merged into the 4.1 branch. Discussion ---------- Fix Use Class <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> <img width="617" alt="screen shot 2018-10-25 at 12 38 32 pm" src="https://user-images.githubusercontent.com/17038330/47519625-892b4680-d853-11e8-8bbe-53e9b8f1a7d0.png"> Commits ------- d303258 Fix Use Class
2 parents 002944f + d303258 commit 2f4c6a9

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
@@ -49,7 +49,7 @@ message handler. It's a class with an ``__invoke`` method::
4949
// src/MessageHandler/MyMessageHandler.php
5050
namespace App\MessageHandler;
5151

52-
use Symfony\Component\Messenger\Handler;
52+
use Symfony\Component\Messenger\Handler\MessageHandlerInterface;
5353

5454
class MyMessageHandler implements MessageHandlerInterface
5555
{

0 commit comments

Comments
 (0)