mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +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
|
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
|
public function getRestrictionReason(User $user): string|null
|
||||||
{
|
{
|
||||||
// TODO: Implement getRestrictionReason() method.
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user