Skip to content

Commit

Permalink
Fix custom domain limit for free users
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Dec 3, 2023
1 parent 901682e commit 2bc3194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Workspace.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public function getCustomDomainCountLimitAttribute()
// In case of special License
return $license->custom_domain_limit_count;
}
return self::MAX_DOMAIN_PRO;
}
return self::MAX_DOMAIN_PRO;
}

return 0;
Expand Down

0 comments on commit 2bc3194

Please sign in to comment.