before recipes:update

This commit is contained in:
2022-05-11 14:48:04 +02:00
parent 1b4ca82754
commit c84ec14cb5
46 changed files with 1363 additions and 1235 deletions

View File

@@ -46,7 +46,7 @@ class SecurityController extends AbstractController
* @return mixed
*/
#[Route(path: '/logout', name: 'app_logout')]
public function logout(): mixed
public function logout(): never
{
throw new Exception(message: 'Logout should never be reached.');
}