소스 검색

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!');