maker-bundle icon indicating copy to clipboard operation
maker-bundle copied to clipboard

MakeForm - Remove hard dependency on Doctrine

Open GaryPEGEOT opened this issue 5 years ago • 0 comments

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

GaryPEGEOT avatar Mar 02 '20 11:03 GaryPEGEOT