@@ -61,7 +61,7 @@ class MembersRequest extends MembersRequestBuilder {
61
61
public function forceGetMember ($ circleUniqueId , $ userId , $ type , string $ instance = '' ) {
62
62
$ qb = $ this ->getMembersSelectSql ();
63
63
64
- if ($ instance === $ this ->configService ->getLocalCloudId ()) {
64
+ if ($ instance === $ this ->configService ->getLocalInstance ()) {
65
65
$ instance = '' ;
66
66
}
67
67
@@ -479,7 +479,7 @@ public function createMember(Member $member) {
479
479
}
480
480
481
481
$ instance = $ member ->getInstance ();
482
- if ($ instance === $ this ->configService ->getLocalCloudId ()) {
482
+ if ($ instance === $ this ->configService ->getLocalInstance ()) {
483
483
$ instance = '' ;
484
484
}
485
485
@@ -545,7 +545,7 @@ public function getGroupsFromCircle($circleUniqueId, Member $viewer) {
545
545
*/
546
546
public function updateMemberLevel (Member $ member ) {
547
547
$ instance = $ member ->getInstance ();
548
- if ($ instance === $ this ->configService ->getLocalCloudId ()) {
548
+ if ($ instance === $ this ->configService ->getLocalInstance ()) {
549
549
$ instance = '' ;
550
550
}
551
551
@@ -566,7 +566,7 @@ public function updateMemberLevel(Member $member) {
566
566
*/
567
567
public function updateMemberInfo (Member $ member ) {
568
568
$ instance = $ member ->getInstance ();
569
- if ($ instance === $ this ->configService ->getLocalCloudId ()) {
569
+ if ($ instance === $ this ->configService ->getLocalInstance ()) {
570
570
$ instance = '' ;
571
571
}
572
572
@@ -625,7 +625,7 @@ public function removeAllMembershipsFromUser(Member $member) {
625
625
}
626
626
627
627
$ instance = $ member ->getInstance ();
628
- if ($ instance === $ this ->configService ->getLocalCloudId ()) {
628
+ if ($ instance === $ this ->configService ->getLocalInstance ()) {
629
629
$ instance = '' ;
630
630
}
631
631
@@ -651,7 +651,7 @@ public function removeAllMembershipsFromUser(Member $member) {
651
651
*/
652
652
public function removeMember (Member $ member ) {
653
653
$ instance = $ member ->getInstance ();
654
- if ($ instance === $ this ->configService ->getLocalCloudId ()) {
654
+ if ($ instance === $ this ->configService ->getLocalInstance ()) {
655
655
$ instance = '' ;
656
656
}
657
657
0 commit comments