mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-15 04:46:49 +01:00
refactor: Improve Account helper hierarchy.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user