@@ -48,7 +48,7 @@ |
||
48 | 48 | DB::table('institution_student as is') |
49 | 49 | ->join('security_users as su', 'su.id', 'is.student_id') |
50 | 50 | ->where('is.updated_from', 'doe') |
51 | - ->chunk($this->argument('limit'), function ($Students) use ($output) { |
|
51 | + ->chunk($this->argument('limit'), function($Students) use ($output) { |
|
52 | 52 | $output->writeln('###########################################------Start cleanning exam records------###########################################'); |
53 | 53 | foreach ($Students as $Student) { |
54 | 54 | $exist = Examination_student::where('nsid', $Student->openemis_no)->exist(); |