revert back changes during debug

This commit is contained in:
Too
2018-06-26 22:24:47 +08:00
parent 436b284a3b
commit 819da14684
@@ -67,7 +67,7 @@ class ChinaBankSlipController extends Controller
$post->actual_transfer_amount = $request->input('actual_transfer_amount');
$post->date = $request->input('date');
$post->details = $request->input('details');
$post->china_bank_slip_path = "123";
$post->china_bank_slip_path = $fileNameToStore;
$post->save();
return response()->json(['message'=>$post], 200);
}