fix: server limit check
This commit is contained in:
parent
f3c35c7acc
commit
904ffc894d
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ public static function serverLimit()
|
|||
return 0;
|
||||
}
|
||||
|
||||
return data_get($team, 'limits.serverLimit', 0);
|
||||
return data_get($team, 'limits', 0);
|
||||
}
|
||||
|
||||
public function limits(): Attribute
|
||||
|
|
|
|||
Loading…
Reference in a new issue