chore: Move interfaces into Domain

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2023-11-26 13:00:30 +01:00
parent 27d951954e
commit c0e876bd42
107 changed files with 162 additions and 180 deletions

View File

@@ -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
);
}
}
}