Skip to content

Commit

Permalink
Dev Fixed token model factory.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Sep 2, 2013
1 parent 40a1b9a commit f7f22b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Token.php
Expand Up @@ -12,7 +12,7 @@ public static function model($className = null, $surveyId = null)
{
throw new Exception('SurveyID must be numeric.');
}
$result = parent::model(get_class(), $surveyId);
return parent::model(get_class(), $surveyId);
}

public function scopes()
Expand Down

0 comments on commit f7f22b5

Please sign in to comment.