Commit d7872d81 authored by Ben Hayward's avatar Ben Hayward

Lint

1 merge request!338[Sprint/NuancedNumbat](fix): Added in function to return original owner guid #806
Pipeline #85034850 passed with stages
in 9 minutes and 28 seconds
......@@ -430,8 +430,8 @@ class Group extends NormalizedEntity
public function getOwnerGuid()
{
$guids = $this->getOwnerGuids();
return $guids
? guids[0]
return $guids
? guids[0]
: $this->getOwnerObj()->guid;
}
......
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