Change workspace custom domains limits
This commit is contained in:
@@ -46,8 +46,8 @@ class License extends Model
|
|||||||
public function getCustomDomainLimitCountAttribute()
|
public function getCustomDomainLimitCountAttribute()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
1 => 5,
|
1 => 1,
|
||||||
2 => 25,
|
2 => 10,
|
||||||
3 => null,
|
3 => null,
|
||||||
][$this->meta['tier']];
|
][$this->meta['tier']];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user