refactor: Improve Account helper hierarchy.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-06-12 21:55:29 +02:00
parent 0a6f7e4853
commit 8130582df1
8 changed files with 365 additions and 539 deletions

View File

@@ -65,9 +65,5 @@ abstract class HelperBase
$this->request = $request;
$this->configData = $this->config->getConfigData();
$this->view = $template;
if (method_exists($this, 'initialize')) {
$this->initialize();
}
}
}