mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02: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
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user