search by insee code

This commit is contained in:
Tykayn 2025-06-05 15:09:28 +02:00 committed by tykayn
parent 8081889f1e
commit 8d83186a68
7 changed files with 130 additions and 78 deletions

View file

@ -169,7 +169,7 @@ class PublicController extends AbstractController
#[Route('/dashboard', name: 'app_public_dashboard')]
public function dashboard(): Response
{
// get stats
$stats = $this->entityManager->getRepository(Stats::class)->findAll();