We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89f521 commit d9fd6a7Copy full SHA for d9fd6a7
components/messenger.rst
@@ -163,6 +163,7 @@ Instead of dealing directly with the messages in the middleware you receive the
163
Hence you can inspect the envelope content and its stamps, or add any::
164
165
use App\Message\Stamp\AnotherStamp;
166
+ use Symfony\Component\Messenger\Envelope;
167
use Symfony\Component\Messenger\Middleware\MiddlewareInterface;
168
use Symfony\Component\Messenger\Middleware\StackInterface;
169
use Symfony\Component\Messenger\Stamp\ReceivedStamp;
0 commit comments