Skip to content

Commit

Permalink
Fix deprecated classname alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mleczakm authored and chalasr committed Dec 30, 2023
1 parent 7f16fa2 commit 97c408f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace League\Bundle\OAuth2ServerBundle\EventListener;

use Symfony\Bundle\Security\Core\Security;
use Symfony\Bundle\SecurityBundle\Security;
use Symfony\Component\Security\Core\Security as LegacySecurity;

if (class_exists(Security::class)) {
Expand Down

0 comments on commit 97c408f

Please sign in to comment.