Skip to content

Commit

Permalink
CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
JevgenijVisockij committed Mar 19, 2024
1 parent 08086ed commit 633b5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/admin/AdminMollieSettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private function initCloudSyncAndPsAccounts(): bool
$this->context->smarty->assign('dependencies', $dependencies);

$this->content .= $this->context->smarty->fetch($this->module->getLocalPath() . 'views/templates/admin/dependency_builder.tpl');

return false;
}

Expand Down Expand Up @@ -79,6 +80,7 @@ private function initCloudSyncAndPsAccounts(): bool
}

$this->content .= $this->context->smarty->fetch($this->module->getLocalPath() . 'views/templates/admin/cloudsync.tpl');

return true;
}

Expand Down

0 comments on commit 633b5a6

Please sign in to comment.