diff --git a/src/commands/BatchController.php b/src/commands/BatchController.php index b53d16b..e5d2fb9 100644 --- a/src/commands/BatchController.php +++ b/src/commands/BatchController.php @@ -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,