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

subscribe() public method

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