芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Rules/CheckWithdrwalMethod.php
active()->pluck('id')->toArray(); if (!in_array($value, $paymentMethods)) { return false; } return true; } /** * Get the validation error message. * * @return string */ public function message() { return __("Payment method not allowed for withdrwal"); } }