MeteredBillingRestrictionsEngine update with the new rule for dunning

This commit is contained in:
Čarodej
2022-06-12 14:53:58 +02:00
parent 119780317d
commit ebf1b16aa5
6 changed files with 30 additions and 1 deletions

View File

@@ -47,4 +47,9 @@ class DefaultRestrictionsEngine implements RestrictionsEngine
{
return true;
}
public function getRestrictionReason(User $user): string|null
{
// TODO: Implement getRestrictionReason() method.
}
}