update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -46,7 +46,7 @@ public function getMessage(): string
|
||||
return $this->data['exception']->getMessage();
|
||||
}
|
||||
|
||||
public function getCode(): int
|
||||
public function getCode(): int|string
|
||||
{
|
||||
return $this->data['exception']->getCode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user