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
31c74e87c8
commit
4a0926f5de
|
@ -154,4 +154,8 @@ class FileMimeType extends AbstractStringCheck implements IFileCheck {
|
||||||
public function supportedEntities(): array {
|
public function supportedEntities(): array {
|
||||||
return [ File::class ];
|
return [ File::class ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isAvailableForScope(int $scope): bool {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue