Skip to content

Commit

Permalink
Fixed: support for contao-form-type-bundle v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericges committed Nov 6, 2023
1 parent 12c45d7 commit d0b8e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FormType/MediaLibraryType.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
use HeimrichHannot\FormTypeBundle\Event\PrepareFormDataEvent;
use HeimrichHannot\FormTypeBundle\Event\ProcessFormDataEvent;
use HeimrichHannot\FormTypeBundle\Event\StoreFormDataEvent;
use HeimrichHannot\FormTypeBundle\FormType\FormTypeInterface;
use HeimrichHannot\FormTypeBundle\FormType\AbstractFormType;
use HeimrichHannot\MediaLibraryBundle\Model\ProductArchiveModel;
use HeimrichHannot\MediaLibraryBundle\Model\ProductModel;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Contracts\Translation\TranslatorInterface;

class MediaLibraryType implements FormTypeInterface
class MediaLibraryType extends AbstractFormType
{
public const TYPE = 'huh_media_library';

Expand Down

0 comments on commit d0b8e3c

Please sign in to comment.