mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Fix type in class name
This commit is contained in:
parent
95a7518653
commit
5f7502de6c
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ trait Sharing{
|
|||
public function shareIdsShouldMatch()
|
||||
{
|
||||
if ($this->savedShareId !== $this->lastShareData['data']['id']) {
|
||||
throw new \Excetion('Expected the same link share to be returned');
|
||||
throw new \Exception('Expected the same link share to be returned');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue