Skip to content

Commit

Permalink
Removed duplicate 'template' key
Browse files Browse the repository at this point in the history
  • Loading branch information
rhertogh committed Jun 26, 2023
1 parent eb31a95 commit 014f42f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/BatchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ public function actionCruds()
'overwriteSearchModelClass' => $this->crudOverwriteSearchModelClass,
'overwriteRestControllerClass' => $this->crudOverwriteRestControllerClass,
'overwriteControllerClass' => $this->crudOverwriteControllerClass,
'template' => $this->template,
'modelClass' => $this->modelNamespace . '\\' . $name,
'searchModelClass' => $this->crudSearchModelNamespace . '\\' . $name . $this->crudSearchModelSuffix,
'controllerNs' => $this->crudControllerNamespace,
Expand Down

0 comments on commit 014f42f

Please sign in to comment.