diff --git a/Symfony/src/MelbSymfony2/ForumExampleBundle/Controller/ForumController.php b/Symfony/src/MelbSymfony2/ForumExampleBundle/Controller/ForumController.php index e3b8340..b08de83 100644 --- a/Symfony/src/MelbSymfony2/ForumExampleBundle/Controller/ForumController.php +++ b/Symfony/src/MelbSymfony2/ForumExampleBundle/Controller/ForumController.php @@ -42,11 +42,4 @@ public function threadViewAction(Entity\Thread $thread) return array('thread' => $thread); } - /** - * @Route("/thread/{threadId}/post/{postId}") - */ - public function postViewAction($threadId, $postId) - { - return array(); - } } \ No newline at end of file