mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Remove throwing annotation
This class was just introduced in Nc 21. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
ba12eb7aba
commit
72309a158a
1 changed files with 0 additions and 3 deletions
|
|
@ -86,9 +86,6 @@ class PublicKeyCredentialMapper extends QBMapper {
|
|||
return $this->findEntity($qb);
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws \OCP\DB\Exception
|
||||
*/
|
||||
public function deleteByUid(string $uid) {
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue