schmunk42 / yii2-giiant

Yii 2 Framework Code Generator Gii on Steroids
271 stars 120 forks source link

added overwrite*Class options from crud generator to BatchController #263

Closed handcode closed 4 years ago

handcode commented 4 years ago

The crud generator has properties to overwrite generated class files:

This PR adds these crud generator options to the BatchController prefixed with crud

Default values are false as in crud generator.

schmunk42 commented 4 years ago

Thank you!