schmunk42 / yii2-giiant

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

Allow configuration of the Application class #295

Closed rhertogh closed 1 year ago

rhertogh commented 1 year ago

Currently the Application class is fixed in the BatchController. When a custom Application is used the configuration might not compatible with the default yii\console\Application. This PR allows configuration of the Application class so that a custom class can be specified.

schmunk42 commented 1 year ago

Thank you!