mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 00:24:08 +01:00
@@ -24,8 +24,8 @@
|
||||
|
||||
namespace SP\Domain\User\Ports;
|
||||
|
||||
use SP\DataModel\ItemSearchData;
|
||||
use SP\Domain\Common\Ports\Repository;
|
||||
use SP\Domain\Core\Dtos\ItemSearchDto;
|
||||
use SP\Domain\Core\Exceptions\ConstraintException;
|
||||
use SP\Domain\Core\Exceptions\QueryException;
|
||||
use SP\Domain\User\Models\UserProfile as UserProfileModel;
|
||||
@@ -88,11 +88,11 @@ interface UserProfileRepository extends Repository
|
||||
/**
|
||||
* Searches for items by a given filter
|
||||
*
|
||||
* @param ItemSearchData $itemSearchData
|
||||
* @param ItemSearchDto $itemSearchData
|
||||
*
|
||||
* @return QueryResult<UserProfileModel>
|
||||
*/
|
||||
public function search(ItemSearchData $itemSearchData): QueryResult;
|
||||
public function search(ItemSearchDto $itemSearchData): QueryResult;
|
||||
|
||||
/**
|
||||
* Deletes all the items for given ids
|
||||
|
||||
Reference in New Issue
Block a user