Skip to content

Commit

Permalink
remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 4, 2024
1 parent 0b2c31a commit d9c97b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Classes/Controller/BuilderModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ public function indexAction(): ResponseInterface
return new ForwardResponse('domainmodelling');
}
}

// $this->moduleTemplate->setContent($this->view->render());

// return new HtmlResponse($this->moduleTemplate->renderContent());
return $this->moduleTemplate->renderResponse();
}

Expand Down Expand Up @@ -173,9 +169,6 @@ public function domainmodellingAction(): ResponseInterface
);
$this->getBackendUserAuthentication()->pushModuleData('extensionbuilder', ['firstTime' => 0]);

// $this->moduleTemplate->setContent($this->view->render());

// return $this->htmlResponse($this->moduleTemplate->renderContent());
return $this->moduleTemplate->renderResponse();
}

Expand Down Expand Up @@ -212,9 +205,6 @@ public function helpAction() {
);
$this->getBackendUserAuthentication()->pushModuleData('extensionbuilder', ['firstTime' => 0]);

// $this->moduleTemplate->setContent($this->view->render());

// return $this->htmlResponse($this->moduleTemplate->renderContent());
return $this->moduleTemplate->renderResponse();
}

Expand Down

0 comments on commit d9c97b0

Please sign in to comment.