make the mime type checker for flow available to regular users
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
5fdac43d5b
commit
029999049c
1 changed files with 4 additions and 0 deletions
|
@ -154,4 +154,8 @@ class FileMimeType extends AbstractStringCheck implements IFileCheck {
|
|||
public function supportedEntities(): array {
|
||||
return [ File::class ];
|
||||
}
|
||||
|
||||
public function isAvailableForScope(int $scope): bool {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue