minor changes made to make compatible with code structure
This commit is contained in:
@ -39,7 +39,7 @@ class Event extends Provider
|
||||
'App\Events\Purchase\BillRecurring' => [
|
||||
'App\Listeners\Purchase\SendBillRecurringNotification',
|
||||
],
|
||||
'App\Events\Purchase\BillReminding' => [
|
||||
'App\Events\Purchase\BillReminded' => [
|
||||
'App\Listeners\Purchase\SendBillReminderNotification',
|
||||
],
|
||||
'App\Events\Sale\PaymentReceived' => [
|
||||
@ -62,7 +62,7 @@ class Event extends Provider
|
||||
'App\Events\Sale\InvoiceRecurring' => [
|
||||
'App\Listeners\Sale\SendInvoiceRecurringNotification',
|
||||
],
|
||||
'App\Events\Sale\InvoiceReminding' => [
|
||||
'App\Events\Sale\InvoiceReminded' => [
|
||||
'App\Listeners\Sale\SendInvoiceReminderNotification',
|
||||
],
|
||||
'App\Events\Menu\AdminCreated' => [
|
||||
|
Reference in New Issue
Block a user