mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
GenericDoc: add provider for AccompanyingCourseDocument, without filtering
This commit is contained in:
@@ -42,6 +42,10 @@ final readonly class GenericDocForAccompanyingPeriodController
|
||||
|
||||
$nb = $this->manager->countDocForAccompanyingPeriod($accompanyingPeriod);
|
||||
|
||||
foreach ($this->manager->findDocForAccompanyingPeriod($accompanyingPeriod) as $dto) {
|
||||
dump($dto);
|
||||
}
|
||||
|
||||
return new Response($nb);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user