mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 11:26:55 +01:00
@@ -24,8 +24,8 @@
|
||||
|
||||
namespace SP\Domain\User\Ports;
|
||||
|
||||
use SP\DataModel\ItemSearchData;
|
||||
use SP\Domain\Common\Services\ServiceException;
|
||||
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;
|
||||
@@ -52,7 +52,7 @@ interface UserProfileService
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function search(ItemSearchData $itemSearchData): QueryResult;
|
||||
public function search(ItemSearchDto $itemSearchData): QueryResult;
|
||||
|
||||
/**
|
||||
* @throws ConstraintException
|
||||
|
||||
Reference in New Issue
Block a user