Upgrade to 3.5.4

This commit is contained in:
Bastian Allgeier
2021-04-27 10:41:42 +02:00
parent 011139ef61
commit 7477aec06c
11 changed files with 1069 additions and 10 deletions

View File

@@ -85,6 +85,7 @@ class FileRules
static::validFile($file, $upload->mime());
$upload->match($file->blueprint()->accept());
$upload->validateContents(true);
return true;
}
@@ -133,6 +134,7 @@ class FileRules
}
$upload->match($file->blueprint()->accept());
$upload->validateContents(true);
return true;
}