Error 500 Internal Server Error
System / OS
Light
Dark
Fixed width
Fit to window
// Fetching matches for the tournament
$tournamentRepository = $doctrine->getRepository(Tournois::class);
$tournament = $tournamentRepository->find($id_tournament);
dump($id_tournament);
if ($tournament) {
$matchRepository = $doctrine->getRepository(Matchs::class);
"14"