Fix custom domain limit for free users
This commit is contained in:
parent
901682e7dd
commit
2bc319424c
|
@ -78,8 +78,8 @@ class Workspace extends Model implements CachableAttributes
|
||||||
// In case of special License
|
// In case of special License
|
||||||
return $license->custom_domain_limit_count;
|
return $license->custom_domain_limit_count;
|
||||||
}
|
}
|
||||||
|
return self::MAX_DOMAIN_PRO;
|
||||||
}
|
}
|
||||||
return self::MAX_DOMAIN_PRO;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue