mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
Run symfonysetlist up to symfony_70
This commit is contained in:
@@ -34,7 +34,7 @@ class LoginController extends AbstractController
|
||||
/**
|
||||
* Show a login form.
|
||||
*/
|
||||
#[\Symfony\Component\Routing\Annotation\Route(path: '/login', name: 'login')]
|
||||
#[\Symfony\Component\Routing\Attribute\Route(path: '/login', name: 'login')]
|
||||
public function loginAction(Request $request): Response
|
||||
{
|
||||
return $this->render('@ChillMain/Login/login.html.twig', [
|
||||
|
Reference in New Issue
Block a user