Skip to content

Commit

Permalink
Removed a bogus method - ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cammanderson committed Aug 2, 2011
1 parent 0f77f86 commit bdcc695
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -42,11 +42,4 @@ public function threadViewAction(Entity\Thread $thread)
return array('thread' => $thread); return array('thread' => $thread);
} }


/**
* @Route("/thread/{threadId}/post/{postId}")
*/
public function postViewAction($threadId, $postId)
{
return array();
}
} }

0 comments on commit bdcc695

Please sign in to comment.