mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-10 10:26:58 +01:00
feat: Installer refactoring to inject all dependencies at build time.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -38,5 +38,5 @@ interface InstallerServiceInterface
|
||||
* @throws InvalidArgumentException
|
||||
* @throws SPException
|
||||
*/
|
||||
public function run(DatabaseSetupInterface $databaseSetup, InstallData $installData): InstallerServiceInterface;
|
||||
public function run(InstallData $installData): InstallerServiceInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user