Commit aea73c52 authored by Ben Hayward's avatar Ben Hayward

Update Group.php

1 merge request!338[Sprint/NuancedNumbat](fix): Added in function to return original owner guid #806
Pipeline #84374054 failed with stages
in 4 minutes and 48 seconds
......@@ -429,7 +429,6 @@ class Group extends NormalizedEntity
*/
public function getOwnerGuid() {
return $this->getOwnerObj()->guid;
//return $this->getOwnerGuids()[0] ?? null;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment