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\Purchase;
use App\Events\Purchase\BillReminding as Event;
use App\Events\Purchase\BillReminded as Event;
use App\Notifications\Purchase\Bill as Notification;
class SendBillReminderNotification