minor changes made to make compatible with code structure

This commit is contained in:
Sevan Nerse
2020-04-15 19:41:01 +03:00
parent 4c988cb373
commit d3e7b863da
7 changed files with 10 additions and 8 deletions

View File

@@ -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.

View File

@@ -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.