Skip to content
Commits on Source (2)
  • Ben's avatar
    Lint · b8d057ec
    Ben authored
    b8d057ec
  • Ben's avatar
    Update · f57284d4
    Ben authored
    f57284d4
......@@ -425,11 +425,11 @@ class Group extends NormalizedEntity
/**
* Return the original `owner_guid` for the group.
* @return mixed2
* @return string guid
*/
public function getOwnerGuid() {
public function getOwnerGuid()
{
return $this->getOwnerObj()->guid;
//return $this->getOwnerGuids()[0] ?? null;
}
/**
......