mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 03:16:54 +01:00
refactor: [WIP] Use hexagonal architecture and implement interfaces for services and repositories.
Controllers are being splited into commands to better dependency management. Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -26,6 +26,7 @@ namespace SP\Modules\Cli;
|
||||
|
||||
use SP\Core\Application;
|
||||
use SP\Core\Language;
|
||||
use SP\Core\LanguageInterface;
|
||||
use SP\Core\ModuleBase;
|
||||
use SP\Core\ProvidersHelper;
|
||||
use SP\Util\VersionUtil;
|
||||
@@ -49,7 +50,7 @@ final class Init extends ModuleBase
|
||||
public function __construct(
|
||||
Application $application,
|
||||
ProvidersHelper $providersHelper,
|
||||
Language $language,
|
||||
LanguageInterface $language,
|
||||
ConsoleApplication $consoleApplication,
|
||||
InputInterface $input,
|
||||
OutputInterface $output,
|
||||
|
||||
Reference in New Issue
Block a user