Skip to content

Commit 97c408f

Browse files
mleczakmchalasr
authored andcommitted
Fix deprecated classname alias
1 parent 7f16fa2 commit 97c408f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/AuthorizationRequestUserResolvingListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace League\Bundle\OAuth2ServerBundle\EventListener;
66

7-
use Symfony\Bundle\Security\Core\Security;
7+
use Symfony\Bundle\SecurityBundle\Security;
88
use Symfony\Component\Security\Core\Security as LegacySecurity;
99

1010
if (class_exists(Security::class)) {

0 commit comments

Comments
 (0)