maker-bundle
maker-bundle copied to clipboard
MakeForm - Remove hard dependency on Doctrine
Currently, if you try to generate a Form for a DTO without Doctine installed, you get the exception message:
Somehow the doctrine service is missing. Is DoctrineBundle installed?
But Doctine is not supposed to be mandatory. This PR add a note to inform that doctine is missing, without falling hard if the FQCN is valid