App\Listeners\Forum\MarkTopicRead::markTopicRead PHP Method

markTopicRead() public method

public markTopicRead ( $event )
    public function markTopicRead($event)
    {
        $event->topic->markRead($event->user, $event->post->post_time);
    }