Commit 33f040cb authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Un changement capuital

parent 8c2fbfb9
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
        ]);