Fix for tests

This commit is contained in:
Hillel Coren 2017-06-13 13:44:48 +03:00
parent ce12c2bbd5
commit 2aa2cffe15

View File

@ -9,6 +9,7 @@ use App\Events\QuoteInvitationWasViewed;
use App\Events\QuoteInvitationWasApproved; use App\Events\QuoteInvitationWasApproved;
use App\Events\PaymentWasCreated; use App\Events\PaymentWasCreated;
use App\Services\PushService; use App\Services\PushService;
use App\Jobs\SendNotificationEmail;
/** /**
* Class NotificationListener * Class NotificationListener