mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 11:02:30 +01:00
owner.php - Typing fix
This commit is contained in:
@ -203,7 +203,7 @@ class Owner extends AbstractApiModel {
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getIsAdmin(): boolean {
|
||||
public function getIsAdmin(): bool {
|
||||
return $this->isAdmin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user