Test Setup Failed
Push — master ( b1a532...1cf3ce )
by
unknown
18:54
created
app/Console/Commands/RunAddStudentsToInstitutions.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
            }
Please login to merge, or discard this patch.