update max upload file size to 10mb

This commit is contained in:
Jack Goh
2018-07-30 14:48:48 +08:00
parent 1d3b8c2af7
commit cc2539d44c
3 changed files with 5 additions and 6 deletions
@@ -32,7 +32,7 @@ class ChinaBankSlipController extends Controller
}
$validator = Validator::make($request->all(), [
'china_bank_slips' => 'max:3072'
'china_bank_slips' => 'max:10000'
]);
if($validator->fails()){