Skip to content

Commit 7590f6f

Browse files
committed
Fixed a minor code syntax issue
1 parent 4d4d506 commit 7590f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/SecurityController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
use Symfony\Component\HttpFoundation\Request;
1616
use Symfony\Component\HttpFoundation\Response;
1717
use Symfony\Component\Routing\Annotation\Route;
18+
use Symfony\Component\Security\Core\Security;
1819
use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
1920
use Symfony\Component\Security\Http\Util\TargetPathTrait;
20-
use Symfony\Component\Security\Core\Security;
2121

2222
/**
2323
* Controller used to manage the application security.

0 commit comments

Comments
 (0)