-
-
Notifications
You must be signed in to change notification settings - Fork 437
Closed
Description
On this line Validator is checking if Entity exists if it is defined as abolute path namespace and class.
maker-bundle/src/Validator.php
Line 215 in 0890fd3
| if (str_starts_with($className, '\\')) { |
If condition just after this one will fail anyway, because namespace is absolute and thus it is not in array of entities returned by Doctrine, as they are not defined as absolute namespaces (without prepending slash).
I have discovered this trying to use make:crud with absolute namespaced entity.
Metadata
Metadata
Assignees
Labels
No labels