芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/Modules/Cargo/Http/Requests/DeliveryTimeRequest.php
'required|array|max:100', 'name.'.$lang => 'required|string|max:100', 'hours' => 'required|integer', ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }