Skip to content

Commit 6a9fe71

Browse files
dunglasxabbuh
authored andcommitted
[HttpKernel] Fix use statement
1 parent 26390a5 commit 6a9fe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_kernel/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ can be used to figure out if the current request is a "master" or "sub" request.
691691
For example, a listener that only needs to act on the master request may
692692
look like this::
693693

694-
use Symfony\Component\HttpKernel\HttpKernelInterface;
694+
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
695695
// ...
696696

697697
public function onKernelRequest(GetResponseEvent $event)

0 commit comments

Comments
 (0)