✨ feat(TutoController): Ajoute le titre du site web aux tutoriels.
This commit is contained in:
@@ -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'
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user