芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/OfflinePaymentMethod.php
'datetime', ]; public static function activeMethod() { return OfflinePaymentMethod::where('status', 'yes')->get(); } public function scopeActive($query) { return $query->where('status', 'yes'); } }