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

@@ -28,7 +28,7 @@ namespace SP\Mvc\Controller;
use Klein\Klein;
use SP\Core\Acl\Acl;
use SP\Core\PhpExtensionChecker;
use SP\Core\UI\ThemeInterface;
use SP\Domain\Core\UI\ThemeInterface;
use SP\Http\RequestInterface;
/**
@@ -80,4 +80,4 @@ final class SimpleControllerHelper
{
return $this->extensionChecker;
}
}
}