Skip to content

Commit

Permalink
Merge pull request #294 from rhertogh/patch-5
Browse files Browse the repository at this point in the history
Removed duplicate 'template' key
  • Loading branch information
schmunk42 committed Jun 27, 2023
2 parents 8ed72fd + 014f42f commit 0b063fd
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 @@ -514,7 +514,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 0b063fd

Please sign in to comment.