App\Listeners\Forum\NotifyEmail::subscribe PHP Method

subscribe() public method

public subscribe ( $events )
    public function subscribe($events)
    {
        $events->listen(TopicWasViewed::class, static::class . '@markViewed');
        $events->listen(TopicWasReplied::class, static::class . '@notifyReply');
    }