Test Setup Failed
Push — master ( 70d832...998964 )
by Mohamed
08:08 queued 01:48
created
app/Http/Controllers/ExaminationStudentsController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
         ->toArray();
138 138
         if(!empty($students)){
139 139
             array_walk($students, array($this, 'clone'));
140
-        }else{
140
+        } else{
141 141
             $this->output->writeln('All are generated');
142 142
             exit;
143 143
         }
Please login to merge, or discard this patch.