minor changes made to make compatible with code structure
This commit is contained in:
@@ -5,7 +5,7 @@ namespace App\Listeners\Purchase;
|
||||
use App\Events\Purchase\BillReminding as Event;
|
||||
use App\Notifications\Purchase\Bill as Notification;
|
||||
|
||||
class SendBillRemindingNotification
|
||||
class SendBillReminderNotification
|
||||
{
|
||||
/**
|
||||
* Handle the event.
|
@@ -5,7 +5,7 @@ namespace App\Listeners\Sale;
|
||||
use App\Events\Sale\InvoiceReminding as Event;
|
||||
use App\Notifications\Sale\Invoice as Notification;
|
||||
|
||||
class SendInvoiceRemindingNotification
|
||||
class SendInvoiceReminderNotification
|
||||
{
|
||||
/**
|
||||
* Handle the event.
|
Reference in New Issue
Block a user