@@ -55,7 +55,7 @@ |
||
| 55 | 55 | $this->attributes = $attributes; |
| 56 | 56 | $this->roles = $roles; |
| 57 | 57 | $this->memberships = $memberships; |
| 58 | - $this->ownerships = array_map(function($group) { |
|
| 58 | + $this->ownerships = array_map(function ($group) { |
|
| 59 | 59 | return $group['ou'][0]; |
| 60 | 60 | }, $ownerships); |
| 61 | 61 | } |