Fix type in class name
This commit is contained in:
parent
95a7518653
commit
5f7502de6c
|
@ -456,7 +456,7 @@ trait Sharing{
|
||||||
public function shareIdsShouldMatch()
|
public function shareIdsShouldMatch()
|
||||||
{
|
{
|
||||||
if ($this->savedShareId !== $this->lastShareData['data']['id']) {
|
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 New Issue