Skip to content

Commit

Permalink
Merge pull request #2159 from Daniel-KM/fix/form_groups
Browse files Browse the repository at this point in the history
Fixed missing use statement in FormCollectionElementGroups.
  • Loading branch information
zerocrates authored Apr 4, 2024
2 parents 24e92da + da82f68 commit dcab4c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
namespace Omeka\Form\View\Helper;

use Laminas\Form\ElementInterface;
use Laminas\Form\FieldsetInterface;
use Laminas\Form\View\Helper\FormCollection;

class FormCollectionElementGroups extends FormCollection
Expand Down

0 comments on commit dcab4c1

Please sign in to comment.