瀏覽代碼

re-enable email notifications

WBLKLeipe 3 年之前
父節點
當前提交
afd2e2eb21
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Admin/PaymentController.php

+ 1 - 1
app/Http/Controllers/Admin/PaymentController.php

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