diff --git a/app/Models/License.php b/app/Models/License.php index c0e55dc..87252eb 100644 --- a/app/Models/License.php +++ b/app/Models/License.php @@ -46,8 +46,8 @@ class License extends Model public function getCustomDomainLimitCountAttribute() { return [ - 1 => 5, - 2 => 25, + 1 => 1, + 2 => 10, 3 => null, ][$this->meta['tier']]; }