diff --git a/app/Repositories/PaymentRepository.php b/app/Repositories/PaymentRepository.php new file mode 100644 index 000000000000..63004d332756 --- /dev/null +++ b/app/Repositories/PaymentRepository.php @@ -0,0 +1,29 @@ +fill($request->input()); + + $payment->save(); + + return $payment; + } + +} \ No newline at end of file