Преглед на файлове

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