File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/Autocomplete/tests/Fixtures Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Fixtures \Form ;
12
+ namespace Symfony \ UX \ Autocomplete \ Tests \ Fixtures \Form ;
13
13
14
14
use Symfony \Component \Form \AbstractType ;
15
15
use Symfony \Component \OptionsResolver \OptionsResolver ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Fixtures \Form ;
12
+ namespace Symfony \ UX \ Autocomplete \ Tests \ Fixtures \Form ;
13
13
14
14
use Symfony \Component \Form \AbstractType ;
15
15
use Symfony \Component \OptionsResolver \OptionsResolver ;
Original file line number Diff line number Diff line change 14
14
use Composer \InstalledVersions ;
15
15
use Doctrine \Bundle \DoctrineBundle \DoctrineBundle ;
16
16
use Doctrine \ORM \Mapping \AssociationMapping ;
17
- use Fixtures \Form \CategoryWithCallbackAsCustomValue ;
18
- use Fixtures \Form \CategoryWithPropertyNameAsCustomValue ;
19
17
use Psr \Log \NullLogger ;
20
18
use Symfony \Bundle \FrameworkBundle \FrameworkBundle ;
21
19
use Symfony \Bundle \FrameworkBundle \Kernel \MicroKernelTrait ;
38
36
use Symfony \UX \Autocomplete \Tests \Fixtures \Autocompleter \CustomAttributesProductAutocompleter ;
39
37
use Symfony \UX \Autocomplete \Tests \Fixtures \Autocompleter \CustomGroupByProductAutocompleter ;
40
38
use Symfony \UX \Autocomplete \Tests \Fixtures \Autocompleter \CustomProductAutocompleter ;
39
+ use Symfony \UX \Autocomplete \Tests \Fixtures \Form \CategoryWithCallbackAsCustomValue ;
40
+ use Symfony \UX \Autocomplete \Tests \Fixtures \Form \CategoryWithPropertyNameAsCustomValue ;
41
41
use Symfony \UX \Autocomplete \Tests \Fixtures \Form \ProductType ;
42
42
use Twig \Environment ;
43
43
use Zenstruck \Foundry \ZenstruckFoundryBundle ;
You can’t perform that action at this time.
0 commit comments