From 2aa2cffe15f9caee8281e3d1f059e900fc5eb1b4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 13 Jun 2017 13:44:48 +0300 Subject: [PATCH] Fix for tests --- app/Listeners/NotificationListener.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Listeners/NotificationListener.php b/app/Listeners/NotificationListener.php index df6882d4e871..089e45505617 100644 --- a/app/Listeners/NotificationListener.php +++ b/app/Listeners/NotificationListener.php @@ -9,6 +9,7 @@ use App\Events\QuoteInvitationWasViewed; use App\Events\QuoteInvitationWasApproved; use App\Events\PaymentWasCreated; use App\Services\PushService; +use App\Jobs\SendNotificationEmail; /** * Class NotificationListener