Ran code through php-cs-fixer
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -190,7 +190,7 @@ class ForumController extends Controller
|
||||
*/
|
||||
public function favouriteTopic($topicGroupSlug, $topicSlug)
|
||||
{
|
||||
$topicGroupRepo = $this->getDoctrine()->getRepository('KekRozsakFrontBundle:ForumTopicGroup');
|
||||
$topicGroupRepo = $this->getDoctrine()->getRepository('KekRozsakFrontBundle:ForumTopicGroup');
|
||||
if (null === $topicGroup = $topicGroupRepo->findOneBySlug($topicGroupSlug)) {
|
||||
throw $this->createNotFoundException('Ilyen témakör nem létezik!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user