Skip to content
Snippets Groups Projects
Unverified Commit 4a0926f5 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

make the mime type checker for flow available to regular users

parent 31c74e87
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment