Skip to content

Commit

Permalink
Added $view to initializeView method to make grumphp happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-koenig authored Apr 12, 2024
1 parent e7988aa commit 072dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/MailLogController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(
/**
* Sets custom path for backend views
*/
protected function initializeView(): void
protected function initializeView($view): void
{
$this->view->setTemplateRootPaths(['EXT:mail_logger/Resources/Private/Backend/Templates/']);
$this->view->setPartialRootPaths(['EXT:mail_logger/Resources/Private/Backend/Partials/']);
Expand Down

0 comments on commit 072dddf

Please sign in to comment.