Loading src/Controller/CalendrierController.php +2 −1 Original line number Diff line number Diff line Loading @@ -20,12 +20,13 @@ class CalendrierController extends AbstractActionController use CalendrierFormAwareTrait; use DateFormAwareTrait; /** CRUD **********************************************************************************************************/ public function indexAction(): ViewModel { $calendriers = $this->getCalendrierService()->getCalendriers('libelle', 'ASC', true); true; return new ViewModel([ 'calendriers' => $calendriers ]); Loading Loading
src/Controller/CalendrierController.php +2 −1 Original line number Diff line number Diff line Loading @@ -20,12 +20,13 @@ class CalendrierController extends AbstractActionController use CalendrierFormAwareTrait; use DateFormAwareTrait; /** CRUD **********************************************************************************************************/ public function indexAction(): ViewModel { $calendriers = $this->getCalendrierService()->getCalendriers('libelle', 'ASC', true); true; return new ViewModel([ 'calendriers' => $calendriers ]); Loading