App\Listeners\Forum\NotifySlack::subscribe PHP 메소드

subscribe() 공개 메소드

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