File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 34
34
"doctrine/doctrine-bundle" : " ^2.0" ,
35
35
"doctrine/orm" : " ^2.7" ,
36
36
"symfony/dependency-injection" : " ^5.4|^6.0" ,
37
+ "symfony/form" : " ^5.4|^6.0" ,
37
38
"symfony/framework-bundle" : " ^5.4|^6.0" ,
38
39
"symfony/phpunit-bridge" : " ^6.0" ,
39
40
"symfony/security-csrf" : " ^5.4|^6.0" ,
Original file line number Diff line number Diff line change 14
14
namespace Symfony \UX \LiveComponent \Tests \Fixture \Form ;
15
15
16
16
use Symfony \Component \Form \AbstractType ;
17
- use Symfony \Component \Form \Extension \Core \Type \CheckboxType ;
18
- use Symfony \Component \Form \Extension \Core \Type \ChoiceType ;
19
- use Symfony \Component \Form \Extension \Core \Type \FileType ;
20
- use Symfony \Component \Form \Extension \Core \Type \HiddenType ;
21
- use Symfony \Component \Form \Extension \Core \Type \RangeType ;
22
17
use Symfony \Component \Form \Extension \Core \Type \TextareaType ;
23
18
use Symfony \Component \Form \Extension \Core \Type \TextType ;
24
19
use Symfony \Component \Form \FormBuilderInterface ;
@@ -42,7 +37,7 @@ public function configureOptions(OptionsResolver $resolver)
42
37
{
43
38
$ resolver ->setDefaults ([
44
39
'csrf_protection ' => false ,
45
- 'data_class ' => Entity1::class
40
+ 'data_class ' => Entity1::class,
46
41
]);
47
42
}
48
43
}
You can’t perform that action at this time.
0 commit comments