Update AuthenticationController.php

This commit is contained in:
Bob den Otter
2018-11-17 16:30:28 +01:00
parent 78c0d562dd
commit b8b9666e52
@@ -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
{