@@ -298,7 +298,7 @@ |
||
| 298 | 298 | // if the same gender same DOE has more than one |
| 299 | 299 | if($count > 1){ |
| 300 | 300 | $studentData = $this->searchSimilarName($student, $sis_users,false); |
| 301 | - }else{ |
|
| 301 | + } else{ |
|
| 302 | 302 | $studentData = $this->searchSimilarName($student, $sis_users); |
| 303 | 303 | } |
| 304 | 304 | return $studentData; |
@@ -37,8 +37,8 @@ |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * @return \Illuminate\Support\Collection |
|
| 41 | - */ |
|
| 40 | + * @return \Illuminate\Support\Collection |
|
| 41 | + */ |
|
| 42 | 42 | public function query() |
| 43 | 43 | { |
| 44 | 44 | return Examination_student::query()->whereNotNull('nsid') |