You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would have edge case if there is match with class even if $name value is only partial. But that should be very rare.
Like Prototype\\DummyEntity may exist and we really want "App\Entity\Prototype\DummyEntity".
The text was updated successfully, but these errors were encountered:
maker-bundle/src/Generator.php
Line 137 in 0f060e9
In current implementation name either needs to be absolute, or to make it work generator code needs to change.
E.g. change line 150
maker-bundle/src/Generator.php
Line 150 in 0f060e9
to:
This would have edge case if there is match with class even if $name value is only partial. But that should be very rare.
Like
Prototype\\DummyEntity
may exist and we really want "App\Entity\Prototype\DummyEntity".The text was updated successfully, but these errors were encountered: