owner.php - Typing fix

This commit is contained in:
Benjamin Blake
2023-05-18 20:30:11 -06:00
committed by Benjamin
parent ea64578fd9
commit 714d079287

View File

@ -203,7 +203,7 @@ class Owner extends AbstractApiModel {
return $this;
}
public function getIsAdmin(): boolean {
public function getIsAdmin(): bool {
return $this->isAdmin;
}