laravel-governor
laravel-governor copied to clipboard
Prevent Entity Name Collission
It is still possible for entity names to cause collisions if there is are multiple classes of the same class name but different FQCNs. We should store the FQCN off as well. and disambiguate the display name somehow.