mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
Fix billable contract for self-hosting
This commit is contained in:
committed by
Constantin Graf
parent
95c1bcd4cb
commit
45daeead61
@@ -22,7 +22,7 @@ class BillingContract
|
|||||||
*/
|
*/
|
||||||
public function hasSubscription(Organization $organization): bool
|
public function hasSubscription(Organization $organization): bool
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user