Ajout Formulaire Posts + Species avec authorisation #7

Merged
hugo.pradier2 merged 11 commits from refs/pull/7/head into main 2024-06-07 18:33:34 +02:00
Showing only changes of commit 8b9735b75c - Show all commits

View File

@@ -27,7 +27,7 @@ class SpeciesController extends AbstractController
$entityManager->persist($species);
$entityManager->flush();
return $this->redirectToRoute('_profiler_home');
return $this->redirectToRoute('app_species');
}
return $this->render('species/species.html.twig', [