We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc32696 commit 8cd8026Copy full SHA for 8cd8026
resources/lib/UnityGroup.php
@@ -25,6 +25,7 @@ public function __construct(
25
UnityWebhook $WEBHOOK,
26
) {
27
parent::__construct($LDAP->getPIGroupEntry(trim($gid)));
28
+ $this->gid = $gid;
29
$this->LDAP = $LDAP;
30
$this->SQL = $SQL;
31
$this->MAILER = $MAILER;
resources/lib/UnityOrg.php
@@ -19,6 +19,7 @@ public function __construct(
19
20
21
parent::__construct($LDAP->getOrgGroupEntry(trim($gid)));
22
23
24
0 commit comments