re-enable email notifications

This commit is contained in:
WBLKLeipe 2021-12-01 12:32:46 +01:00
parent 5802dee9d2
commit afd2e2eb21

View file

@ -247,7 +247,7 @@ class PaymentController extends Controller
]); ]);
//Send Invoice per Mail //Send Invoice per Mail
//$user->notify(new InvoiceNotification($invoice, $user, $payment)); $user->notify(new InvoiceNotification($invoice, $user, $payment));
//redirect back to home //redirect back to home
return redirect()->route('home')->with('success', 'Your credit balance has been increased!'); return redirect()->route('home')->with('success', 'Your credit balance has been increased!');