Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Lint
· b8d057ec
Ben
authored
Sep 25, 2019
b8d057ec
Update
· f57284d4
Ben
authored
Sep 25, 2019
f57284d4
Hide whitespace changes
Inline
Side-by-side
Entities/Group.php
View file @
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;
}
/**
...
...