Commit 8e620328 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Divers

parent 61000315
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
<?php
namespace UnicaenApp\Form\View\Helper;

use Laminas\Form\View\Helper\FormElement;
use Laminas\Form\View\Helper\FormRow;
use UnicaenApp\Form\Element\DateInfSup;
use Laminas\Form\ElementInterface;
@@ -90,7 +91,7 @@ class FormRowDateInfSup extends FormRow
    /**
     * {@inheritdoc}
     */
    protected function getElementHelper()
    protected function getElementHelper(): FormElement
    {
        if (method_exists($this->view, 'plugin')) {
            $this->elementHelper = $this->view->plugin('formDateInfSup');