mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
test(IT): Test Client use cases
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -122,7 +122,6 @@ final class Client extends BaseRepository implements ClientRepository
|
||||
->table(ClientModel::TABLE)
|
||||
->cols($client->toArray(null, ['id', 'hash']))
|
||||
->where('id = :id')
|
||||
->limit(1)
|
||||
->bindValues(
|
||||
[
|
||||
'id' => $client->getId(),
|
||||
|
||||
Reference in New Issue
Block a user