Skip to content

Commit 97edc98

Browse files
committed
Add missing use statements
1 parent 736d095 commit 97edc98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firewall.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
1818
use Symfony\Component\HttpKernel\Event\RequestEvent;
1919
use Symfony\Component\HttpKernel\KernelEvents;
20+
use Symfony\Component\Security\Http\Firewall\AbstractListener;
2021
use Symfony\Component\Security\Http\Firewall\AccessListener;
2122
use Symfony\Component\Security\Http\Firewall\LogoutListener;
2223

0 commit comments

Comments
 (0)