Test Setup Failed
Pull Request — master (#461)
by Mohamed
07:26
created
app/Http/Controllers/ExaminationStudentsController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@
 block discarded – undo
306 306
         // if the same gender same DOE has more than one 
307 307
         if(($doe_students > 1) || ($count > 1)){
308 308
             $studentData = $this->searchSimilarName($student, $sis_users,false);
309
-        }else{
309
+        } else{
310 310
             $studentData = $this->searchSimilarName($student, $sis_users);
311 311
         }   
312 312
         return $studentData;
Please login to merge, or discard this patch.