Fix billable contract for self-hosting

This commit is contained in:
Constantin Graf
2024-11-07 16:08:08 +01:00
committed by Constantin Graf
parent 95c1bcd4cb
commit 45daeead61

View File

@@ -22,7 +22,7 @@ class BillingContract
*/
public function hasSubscription(Organization $organization): bool
{
return false;
return true;
}
/**