chore: Relocate classes

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-04-21 21:09:32 +02:00
parent 5e1f4be413
commit cda692d4de
285 changed files with 1037 additions and 1550 deletions

View File

@@ -24,7 +24,7 @@
namespace SP\Domain\Security\Ports;
use SP\DataModel\ItemSearchData;
use SP\Domain\Core\Dtos\ItemSearchDto;
use SP\Domain\Core\Exceptions\ConstraintException;
use SP\Domain\Core\Exceptions\QueryException;
use SP\Domain\Security\Models\Eventlog as EventlogModel;
@@ -49,13 +49,13 @@ interface EventlogRepository
/**
* Searches for items by a given filter
*
* @param ItemSearchData $itemSearchData
* @param ItemSearchDto $itemSearchData
*
* @return QueryResult<T>
* @throws ConstraintException
* @throws QueryException
*/
public function search(ItemSearchData $itemSearchData): QueryResult;
public function search(ItemSearchDto $itemSearchData): QueryResult;
/**
* @param EventlogModel $eventlog