Completed
Push — master ( cefc6c...96cc5a )
by Kirill
03:32
created
src/Chrl/AppBundle/Service/GameService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     public function getRandomQuestion()
87 87
 	{
88 88
 		$count = $this->em->createQueryBuilder()
89
-			->select('COUNT(u)')->from('AppBundle:Question','u')
89
+			->select('COUNT(u)')->from('AppBundle:Question', 'u')
90 90
 			->getQuery()
91 91
 			->getSingleScalarResult();
92 92
 
Please login to merge, or discard this patch.