Skip to content

Commit

Permalink
Dev Removed accidental addition of test function.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jun 25, 2013
1 parent 00612ef commit 2a95264
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions application/controllers/PluginsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,5 @@ public function __set($property, $value)
$this->properties[$property] = $value;
}



public function actionTest()
{
$response = Response::model(66957)->findByPk(11);
$this->renderText('test');
}
}
?>

0 comments on commit 2a95264

Please sign in to comment.