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

@@ -24,8 +24,8 @@
namespace SP\Modules\Web\Controllers\Status;
use SP\Core\AppInfoInterface;
use SP\Core\Exceptions\CheckException;
use SP\Domain\Core\AppInfoInterface;
use SP\Http\JsonResponse;
use SP\Modules\Web\Controllers\Traits\JsonTrait;
use SP\Util\VersionUtil;
@@ -93,4 +93,4 @@ final class StatusController extends StatusBase
return $this->returnJsonResponseException($e);
}
}
}
}