|
@@ -13,11 +13,9 @@ |
|
|
block discarded – undo |
|
13
|
13
|
|
|
14
|
14
|
use Sylius\Component\Product\Model\ProductOptionInterface; |
|
15
|
15
|
use Symfony\Component\Form\AbstractType; |
|
16
|
|
-use Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList; |
|
17
|
16
|
use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
|
18
|
17
|
use Symfony\Component\OptionsResolver\Options; |
|
19
|
18
|
use Symfony\Component\OptionsResolver\OptionsResolver; |
|
20
|
|
-use Symfony\Component\PropertyAccess\PropertyAccess; |
|
21
|
19
|
|
|
22
|
20
|
/** |
|
23
|
21
|
* @author Paweł Jędrzejewski <[email protected]> |
Please login to merge, or discard this patch.