|
@@ -205,7 +205,6 @@ final class ProfileController extends AbstractController
|
|
// Retrouver le mail de l'utilisateur
|
|
// Retrouver le mail de l'utilisateur
|
|
$email = $user->getEmail();
|
|
$email = $user->getEmail();
|
|
$participations = $repository->findAllByEmail($email);
|
|
$participations = $repository->findAllByEmail($email);
|
|
- dump($participations);
|
|
|
|
|
|
|
|
return $this->render('profile/participations.html.twig', [
|
|
return $this->render('profile/participations.html.twig', [
|
|
'participations' => $participations,
|
|
'participations' => $participations,
|