minor changes made to make compatible with code structure
This commit is contained in:
parent
d3e7b863da
commit
31ce410341
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Listeners\Purchase;
|
namespace App\Listeners\Purchase;
|
||||||
|
|
||||||
use App\Events\Purchase\BillReminding as Event;
|
use App\Events\Purchase\BillReminded as Event;
|
||||||
use App\Notifications\Purchase\Bill as Notification;
|
use App\Notifications\Purchase\Bill as Notification;
|
||||||
|
|
||||||
class SendBillReminderNotification
|
class SendBillReminderNotification
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace App\Listeners\Sale;
|
namespace App\Listeners\Sale;
|
||||||
|
|
||||||
use App\Events\Sale\InvoiceReminding as Event;
|
use App\Events\Sale\InvoiceReminded as Event;
|
||||||
use App\Notifications\Sale\Invoice as Notification;
|
use App\Notifications\Sale\Invoice as Notification;
|
||||||
|
|
||||||
class SendInvoiceReminderNotification
|
class SendInvoiceReminderNotification
|
||||||
|
@ -39,7 +39,7 @@ class Event extends Provider
|
|||||||
'App\Events\Purchase\BillRecurring' => [
|
'App\Events\Purchase\BillRecurring' => [
|
||||||
'App\Listeners\Purchase\SendBillRecurringNotification',
|
'App\Listeners\Purchase\SendBillRecurringNotification',
|
||||||
],
|
],
|
||||||
'App\Events\Purchase\BillReminding' => [
|
'App\Events\Purchase\BillReminded' => [
|
||||||
'App\Listeners\Purchase\SendBillReminderNotification',
|
'App\Listeners\Purchase\SendBillReminderNotification',
|
||||||
],
|
],
|
||||||
'App\Events\Sale\PaymentReceived' => [
|
'App\Events\Sale\PaymentReceived' => [
|
||||||
@ -62,7 +62,7 @@ class Event extends Provider
|
|||||||
'App\Events\Sale\InvoiceRecurring' => [
|
'App\Events\Sale\InvoiceRecurring' => [
|
||||||
'App\Listeners\Sale\SendInvoiceRecurringNotification',
|
'App\Listeners\Sale\SendInvoiceRecurringNotification',
|
||||||
],
|
],
|
||||||
'App\Events\Sale\InvoiceReminding' => [
|
'App\Events\Sale\InvoiceReminded' => [
|
||||||
'App\Listeners\Sale\SendInvoiceReminderNotification',
|
'App\Listeners\Sale\SendInvoiceReminderNotification',
|
||||||
],
|
],
|
||||||
'App\Events\Menu\AdminCreated' => [
|
'App\Events\Menu\AdminCreated' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user