Owl\Services\ReminderService::getByToken PHP 메소드

getByToken() 공개 메소드

public getByToken ( $token )
    public function getByToken($token)
    {
        return $this->reminderTokenRepo->getByToken($token);
    }