admin: reorganise person admin menu + fix marital status admin

This commit is contained in:
nobohan
2022-05-05 10:39:20 +02:00
parent 475e8adedc
commit 10aa727fb3
7 changed files with 32 additions and 39 deletions

View File

@@ -18,16 +18,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
*/
class AdminController extends AbstractController
{
/**
* @param $_locale
*
* @return \Symfony\Component\HttpFoundation\Response
*/
public function indexAction($_locale)
{
return $this->render('ChillPersonBundle:Admin:layout.html.twig', []);
}
/**
* @return \Symfony\Component\HttpFoundation\RedirectResponse
*/