chore: Avoid handlers and database initialization when not yet installed

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-06-19 22:33:27 +02:00
parent b0a0170860
commit 8bfff2170f
13 changed files with 123 additions and 911 deletions

View File

@@ -46,7 +46,7 @@ final class InstallController extends ControllerBase
public function __construct(
Application $application,
WebControllerHelper $webControllerHelper,
InstallerServiceInterface $installer,
InstallerServiceInterface $installer
) {
parent::__construct($application, $webControllerHelper);