App\Listeners\NotificationListener::approvedQuote PHP Méthode

approvedQuote() public méthode

public approvedQuote ( QuoteInvitationWasApproved $event )
$event App\Events\QuoteInvitationWasApproved
    public function approvedQuote(QuoteInvitationWasApproved $event)
    {
        $this->sendEmails($event->quote, 'approved');
        $this->pushService->sendNotification($event->quote, 'approved');
    }