Skip to content

Commit 7614dfc

Browse files
committed
Fixing compatibility options
1 parent c4771cf commit 7614dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Form/Type/ExpandedOTMType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111

1212
namespace abdielcs\ExpandedCollectionBundle\Form\Type;
1313

14+
use Symfony\Bridge\Doctrine\Form\Type\EntityType;
1415
use Symfony\Component\Form\AbstractType;
1516
use Symfony\Component\Form\FormInterface;
1617
use Symfony\Component\Form\FormView;
1718
use Symfony\Component\HttpKernel\Kernel;
19+
use Symfony\Component\OptionsResolver\OptionsResolver;
1820
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
1921

2022
/**

0 commit comments

Comments
 (0)