@@ -40,7 +40,7 @@ |
||
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 | } |