mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Use execute instead of executeStatement
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
e757a5ecfd
commit
ba12eb7aba
1 changed files with 1 additions and 1 deletions
|
|
@ -96,6 +96,6 @@ class PublicKeyCredentialMapper extends QBMapper {
|
|||
->where(
|
||||
$qb->expr()->eq('uid', $qb->createNamedParameter($uid))
|
||||
);
|
||||
$qb->executeStatement();
|
||||
$qb->execute();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue