return null in default in restriction engine

This commit is contained in:
Čarodej
2022-06-28 16:33:47 +02:00
parent 8bc046fc73
commit 7b4cb694f3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -46,6 +46,6 @@ class FixedBillingRestrictionsEngine implements RestrictionsEngine
public function getRestrictionReason(User $user): string|null
{
// TODO: Implement getRestrictionReason() method.
return null;
}
}