mirror of
https://github.com/jbcr/core.git
synced 2026-04-27 10:45:54 +02:00
Update AuthenticationController.php
This commit is contained in:
+9
-1
@@ -9,10 +9,18 @@ use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\Routing\Annotation\Route;
|
||||
use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
|
||||
|
||||
class SecurityController extends BaseController
|
||||
class AuthenticationController extends BaseController
|
||||
{
|
||||
/**
|
||||
* @Route("/login", name="bolt_login")
|
||||
*
|
||||
* @param AuthenticationUtils $authenticationUtils
|
||||
*
|
||||
* @throws \Twig_Error_Loader
|
||||
* @throws \Twig_Error_Runtime
|
||||
* @throws \Twig_Error_Syntax
|
||||
*
|
||||
* @return Response
|
||||
*/
|
||||
public function login(AuthenticationUtils $authenticationUtils): Response
|
||||
{
|
||||
Reference in New Issue
Block a user