App\Listeners\NotificationListener::viewedQuote PHP Метод

viewedQuote() публичный Метод

public viewedQuote ( QuoteInvitationWasViewed $event )
$event App\Events\QuoteInvitationWasViewed
    public function viewedQuote(QuoteInvitationWasViewed $event)
    {
        $this->sendEmails($event->quote, 'viewed');
        $this->pushService->sendNotification($event->quote, 'viewed');
    }