mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 08:04:09 +01:00
chore: Move interfaces into Domain
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -26,9 +26,9 @@ 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\Domain\Core\LanguageInterface;
|
||||
use SP\Util\VersionUtil;
|
||||
use Symfony\Component\Console\Application as ConsoleApplication;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
@@ -103,4 +103,4 @@ final class Init extends ModuleBase
|
||||
$this->output
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user