mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-10 10:26:58 +01:00
@@ -25,8 +25,8 @@
|
||||
namespace SP\Domain\User\Ports;
|
||||
|
||||
use Defuse\Crypto\Exception\CryptoException;
|
||||
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\Core\Exceptions\SPException;
|
||||
@@ -130,7 +130,7 @@ interface UserService
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function search(ItemSearchData $searchData): QueryResult;
|
||||
public function search(ItemSearchDto $searchData): QueryResult;
|
||||
|
||||
/**
|
||||
* Updates an item
|
||||
|
||||
Reference in New Issue
Block a user