Home › Forums › GetFund – A Professional Laravel Crowdfunding Platform › User Withdraw Preference Problem › Reply To: User Withdraw Preference Problem
In the file /root/source/app/Http/Controllers/PaymentController.php
line 94, it looks something like
Replace below line //Withdrawal_request::create($data);
//Withdrawal_request::create($data);
with
Withdrawal_request::create($data);
Best regards