File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
lib/Form/Type/Notification Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
use Ibexa \Core \Notification \Renderer \Registry ;
24
24
use InvalidArgumentException ;
25
25
use Pagerfanta \Pagerfanta ;
26
- use Symfony \Component \Form \Extension \Core \Type \SubmitType ;
27
26
use Symfony \Component \HttpFoundation \JsonResponse ;
28
27
use Symfony \Component \HttpFoundation \Request ;
29
28
use Symfony \Component \HttpFoundation \Response ;
Original file line number Diff line number Diff line change 12
12
use Symfony \Component \Form \AbstractType ;
13
13
use Symfony \Component \Form \Extension \Core \Type \CheckboxType ;
14
14
use Symfony \Component \Form \Extension \Core \Type \CollectionType ;
15
+ use Symfony \Component \Form \Extension \Core \Type \SubmitType ;
15
16
use Symfony \Component \Form \FormBuilderInterface ;
16
17
use Symfony \Component \OptionsResolver \OptionsResolver ;
17
18
You can’t perform that action at this time.
0 commit comments