File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -2535,12 +2535,10 @@ Defines the Doctrine entities that will be introspected to add
2535
2535
<framework : config >
2536
2536
<framework : validation >
2537
2537
<framework : auto-mapping >
2538
- <framework : namespace >App\Entity\</framework : namespace >
2539
- <framework : service />
2538
+ <framework : service namespace =" App\Entity\" />
2540
2539
2541
- <framework : namespace >Foo\</framework : namespace >
2542
- <framework : service >Foo\Some\Entity</framework : service >
2543
- <framework : service >Foo\Another\Entity</framework : service >
2540
+ <framework : service namespace =" Foo\" >Foo\Some\Entity</framework : service >
2541
+ <framework : service namespace =" Foo\" >Foo\Another\Entity</framework : service >
2544
2542
</framework : auto-mapping >
2545
2543
</framework : validation >
2546
2544
</framework : config >
@@ -2555,8 +2553,8 @@ Defines the Doctrine entities that will be introspected to add
2555
2553
$framework->validation()
2556
2554
->autoMapping()
2557
2555
->paths([
2558
- 'App\Entity\' => [],
2559
- 'Foo\' => ['Foo\Some\Entity', 'Foo\Another\Entity'],
2556
+ 'App\\ Entity\ \' => [],
2557
+ 'Foo\\ ' => ['Foo\\ Some\\ Entity', 'Foo\\ Another\ \Entity'],
2560
2558
]);
2561
2559
};
2562
2560
You can’t perform that action at this time.
0 commit comments