schmunk42 / yii2-giiant

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

Removed duplicate 'template' key #294

Closed rhertogh closed 1 year ago

rhertogh commented 1 year ago

The $params contains a duplicate array key 'template': https://github.com/schmunk42/yii2-giiant/blob/master/src/commands/BatchController.php#L512 https://github.com/schmunk42/yii2-giiant/blob/master/src/commands/BatchController.php#L532

This PR removes the first one.

schmunk42 commented 1 year ago

Thank you!