芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Rules/CheckWalletBalance.php
Auth::user()->id, 'currency_id' => $request->currency_id])->first(); if ($wallet->balance < $request->amount) { return false; } return true; } return false; } /** * Get the validation error message. * * @return string */ public function message() { return trans('validation.check_wallet_balance'); } }