芝麻web文件管理V1.00
编辑当前文件:/home/unicorntechnolog/public_html/mt5-ctrader/app/Notifications/IbWithdrawRejectedNotification.php
user = $user; } public function via($notifiable) { return ['database']; } public function toArray($notifiable) { return [ 'adminname' => $this->user['adminname'], 'paymentmethod' => $this->user['paymentmethod'], 'withdraw_to' => $this->user['withdraw_to'], 'name' => $this->user['name'], 'amount' => $this->user['amount'], ]; } }