Test Setup Failed
Push — master ( b12487...d7cd8c )
by Mohamed
14:18 queued 06:15
created
app/Console/Commands/UpdateDoeDataGrade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     public function handle()
41 41
     {
42 42
         Institution_student::where('updated_from', 'doe')
43
-            ->where('education_grade_id','<>', 4)
43
+            ->where('education_grade_id', '<>', 4)
44 44
             ->update(['education_grade_id' => 4]);
45 45
     }
46 46
 }
Please login to merge, or discard this patch.