Skip to content

Commit cd72fa9

Browse files
tbialczalbozek
authored andcommitted
IBX-9060: Moved submit button definition back to SelectionType
1 parent 566e5be commit cd72fa9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/bundle/Controller/NotificationController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use Ibexa\Core\Notification\Renderer\Registry;
2424
use InvalidArgumentException;
2525
use Pagerfanta\Pagerfanta;
26-
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
2726
use Symfony\Component\HttpFoundation\JsonResponse;
2827
use Symfony\Component\HttpFoundation\Request;
2928
use Symfony\Component\HttpFoundation\Response;

src/lib/Form/Type/Notification/NotificationSelectionType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Symfony\Component\Form\AbstractType;
1313
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
1414
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
15+
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
1516
use Symfony\Component\Form\FormBuilderInterface;
1617
use Symfony\Component\OptionsResolver\OptionsResolver;
1718

0 commit comments

Comments
 (0)