Completed
Push — master ( ddc293...68ddf1 )
by Kirill
11:41
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.