diff --git a/config/catch.php b/config/catch.php index 5cb8e11..8f5abb8 100644 --- a/config/catch.php +++ b/config/catch.php @@ -63,6 +63,6 @@ return [ */ 'upload' => [ 'image' => 'fileSize:' . 1024 * 1024 * 5 . '|fileExt:jpg,png,gif,jpeg', - 'file' => 'fileSize:' . 1024 * 1024 * 10 . '|fileExt:txt,pdf,xlsx,xls,html' + 'file' => 'fileSize:' . 1024 * 1024 * 10 . '|fileExt:txt,pdf,xlsx,xls,html,mp4,mp3,amr' ], ];