芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/portpulselogistics.com/Modules/Currency/Http/Requests/CurrencyRequest.php
'required|string', 'symbol' => 'required|string', 'code' => 'required|string', 'exchange_rate' => 'required|numeric' ]; } /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } }