minor changes made to make compatible with code structure

This commit is contained in:
Sevan Nerse
2020-04-15 21:16:17 +03:00
parent d3e7b863da
commit 31ce410341
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
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;
class SendInvoiceReminderNotification