feat(TutoController): Ajoute le titre du site web aux tutoriels.

This commit is contained in:
Serreau Jovann
2025-10-22 11:37:00 +02:00
parent 23154c4372
commit 39520c24e1

View File

@@ -101,6 +101,7 @@ class TutoController extends AbstractController
'tutoPdf' => $esyWebTutoRepository->findBy(['type' => $type,'typeFile'=>'pdf']),
'tutoVideos' => $esyWebTutoRepository->findBy(['type' => $type,'typeFile'=>'video']),
'type' => $type,
'websiteTitle' => 'Tutoriels'
]);
}