Owl\Services\ReminderService::getByToken PHP Method

getByToken() public method

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