We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26390a5 commit 6a9fe71Copy full SHA for 6a9fe71
components/http_kernel/introduction.rst
@@ -691,7 +691,7 @@ can be used to figure out if the current request is a "master" or "sub" request.
691
For example, a listener that only needs to act on the master request may
692
look like this::
693
694
- use Symfony\Component\HttpKernel\HttpKernelInterface;
+ use Symfony\Component\HttpKernel\Event\GetResponseEvent;
695
// ...
696
697
public function onKernelRequest(GetResponseEvent $event)
0 commit comments