mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
return null in default in restriction engine
This commit is contained in:
@@ -50,6 +50,6 @@ class DefaultRestrictionsEngine implements RestrictionsEngine
|
||||
|
||||
public function getRestrictionReason(User $user): string|null
|
||||
{
|
||||
// TODO: Implement getRestrictionReason() method.
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,6 +46,6 @@ class FixedBillingRestrictionsEngine implements RestrictionsEngine
|
||||
|
||||
public function getRestrictionReason(User $user): string|null
|
||||
{
|
||||
// TODO: Implement getRestrictionReason() method.
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user