make:crud tries to use the wrong class when the specified class name is the first part of another class name #141
Open
Description
For example, I used make:crud
to generate a controller for my entity SampleClassification
. Then I created another entity Sample
, but when I tried to make:crud
for Sample
I got this error:
[ERROR] The file "src/Controller/SampleClassificationController.php" can't be generated because it already exists.