@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | dd($approvedstudent); |
| 61 | 61 | $approvedstudent = array_chunk($approvedstudent, 50); |
| 62 | 62 | array_walk($approvedstudent, array($this, 'addStudents')); |
| 63 | - }catch (\Exception $e) { |
|
| 63 | + } catch (\Exception $e) { |
|
| 64 | 64 | Log::error($e); |
| 65 | 65 | } |
| 66 | 66 | |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | # # |
| 112 | 112 | ####################################################' ); |
| 113 | 113 | // $output->writeln(); |
| 114 | - }catch (\Exception $e){ |
|
| 114 | + } catch (\Exception $e){ |
|
| 115 | 115 | // echo $e->getMessage(); |
| 116 | 116 | $output->writeln( $e->getMessage()); |
| 117 | 117 | } |