@@ -141,7 +141,7 @@ |
||
141 | 141 | if(env('APP_ENV') == 'stage'){ |
142 | 142 | $query->where('contact_types.contact_option_id', '=', 5) |
143 | 143 | ->where('contact_types.name', '=', 'TestEmail'); |
144 | - }else{ |
|
144 | + } else{ |
|
145 | 145 | $query->where('contact_types.contact_option_id', '!=', 5); |
146 | 146 | } |
147 | 147 |
@@ -82,7 +82,7 @@ |
||
82 | 82 | if(!$exist){ |
83 | 83 | $data['created'] = now(); |
84 | 84 | self::create($data); |
85 | - }else{ |
|
85 | + } else{ |
|
86 | 86 | $data['modified'] = now(); |
87 | 87 | self::where('student_id' , $student->student_id) |
88 | 88 | ->where('guardian_relation_id',$guardian->guardian_relation_id) |
@@ -226,25 +226,25 @@ |
||
226 | 226 | if(!is_null($father) && is_null($mother) && is_null($guardian)){ |
227 | 227 | Security_user::where('id',$student['student_id']) |
228 | 228 | ->update(['address_area_id' => $father->address_area_id]); |
229 | - }elseif(!is_null($mother) && (is_null($father) && is_null($guardian))){ |
|
229 | + } elseif(!is_null($mother) && (is_null($father) && is_null($guardian))){ |
|
230 | 230 | Security_user::where('id',$student['student_id']) |
231 | 231 | ->update(['address_area_id' => $mother->address_area_id]); |
232 | - }elseif(!is_null($guardian) && is_null($father) && is_null($mother)){ |
|
232 | + } elseif(!is_null($guardian) && is_null($father) && is_null($mother)){ |
|
233 | 233 | Security_user::where('id',$student['student_id']) |
234 | 234 | ->update(['address_area_id' => $guardian->address_area_id]); |
235 | - }elseif(!is_null($mother) && !is_null($father) && ($father->address_area_id == $mother->address_area_id)){ |
|
235 | + } elseif(!is_null($mother) && !is_null($father) && ($father->address_area_id == $mother->address_area_id)){ |
|
236 | 236 | Security_user::where('id',$student['student_id']) |
237 | 237 | ->update(['address_area_id' => $mother->address_area_id]); |
238 | - }elseif(!is_null($mother) && !is_null($father) && ($father->address_area_id !== $mother->address_area_id) && !is_null($guardian)){ |
|
238 | + } elseif(!is_null($mother) && !is_null($father) && ($father->address_area_id !== $mother->address_area_id) && !is_null($guardian)){ |
|
239 | 239 | Security_user::where('id',$student['student_id']) |
240 | 240 | ->update(['address_area_id' => $guardian->address_area_id]); |
241 | - }elseif(!is_null($father) && $father->address == $student['address']){ |
|
241 | + } elseif(!is_null($father) && $father->address == $student['address']){ |
|
242 | 242 | Security_user::where('id',$student['student_id']) |
243 | 243 | ->update(['address_area_id' => $guardian->address_area_id]); |
244 | - }elseif(!is_null($mother) && $mother->address == $student['address']){ |
|
244 | + } elseif(!is_null($mother) && $mother->address == $student['address']){ |
|
245 | 245 | Security_user::where('id',$student['student_id']) |
246 | 246 | ->update(['address_area_id' => $mother->address_area_id]); |
247 | - }elseif(!is_null($guardian) && $guardian->address == $student['address']){ |
|
247 | + } elseif(!is_null($guardian) && $guardian->address == $student['address']){ |
|
248 | 248 | Security_user::where('id',$student['student_id']) |
249 | 249 | ->update(['address_area_id' => $guardian->address_area_id]); |
250 | 250 | } |
@@ -142,7 +142,7 @@ |
||
142 | 142 | array_walk($institutionClassStudent, array($this->class, 'updateClassCount')); |
143 | 143 | } |
144 | 144 | } |
145 | - }catch(\Exception $e){ |
|
145 | + } catch(\Exception $e){ |
|
146 | 146 | dd($e); |
147 | 147 | } |
148 | 148 | } |
@@ -60,7 +60,7 @@ |
||
60 | 60 | t1.id > t2.id AND |
61 | 61 | t1.student_id = t2.student_id AND |
62 | 62 | t1.guardian_id = t2.guardian_id"); |
63 | - }catch(\Exception $e){ |
|
63 | + } catch(\Exception $e){ |
|
64 | 64 | dd($e); |
65 | 65 | } |
66 | 66 | } |
@@ -66,7 +66,7 @@ |
||
66 | 66 | if(count($shift) > 0){ |
67 | 67 | // processParallel($function,$shift, $this->argument('max'),$params); |
68 | 68 | array_walk($shift,$function,$params); |
69 | - }else{ |
|
69 | + } else{ |
|
70 | 70 | $this->output->writeln('Nothing to clone'); |
71 | 71 | } |
72 | 72 | $this->end_time = microtime(TRUE); |
@@ -57,7 +57,7 @@ |
||
57 | 57 | |
58 | 58 | if($year == '2019' || $year == '2018/19'){ |
59 | 59 | die('Academic Year 2019 or earlier can`t be deleted'); |
60 | - }else{ |
|
60 | + } else{ |
|
61 | 61 | $this->clone->cleanConfig($params); |
62 | 62 | } |
63 | 63 | } |
@@ -44,7 +44,7 @@ |
||
44 | 44 | DB::beginTransaction(); |
45 | 45 | array_walk($shift, array($this, 'process'), $params); |
46 | 46 | DB::commit(); |
47 | - }catch(\Exception $e){ |
|
47 | + } catch(\Exception $e){ |
|
48 | 48 | $this->output->writeln('Terminating ' . $shift['institution_id']); |
49 | 49 | DB::rollBack(); |
50 | 50 | } |
@@ -56,7 +56,7 @@ |
||
56 | 56 | ]; |
57 | 57 | if(in_array($mode,['AL','1-5','SP','6-11'])){ |
58 | 58 | array_walk($institutions,array($this,'callPromotion'),$params); |
59 | - }else{ |
|
59 | + } else{ |
|
60 | 60 | die('The give mode not support'); |
61 | 61 | } |
62 | 62 |