File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public function handle()
98
98
if ($ roster ->certification == "certified " && $ roster ->active && Carbon::now ()->format ('d/m ' ) == "01/11 " && $ roster ->currency < 1 ) {
99
99
$ active_status = 0 ;
100
100
101
- $ first_names [] = $ name ;
101
+ $ first_names [] = $ name . " ( " . $ roster -> currency . " hrs) " ;
102
102
103
103
$ first_notice ++;
104
104
@@ -109,7 +109,7 @@ public function handle()
109
109
if ($ roster ->certification == "certified " && Carbon::now ()->format ('d/m ' ) == "01/12 " && $ roster ->currency < 1 ){
110
110
$ active_status = 0 ;
111
111
112
- $ second_names [] = $ name ;
112
+ $ second_names [] = $ name . " ( " . $ roster -> currency . " hrs) " ;
113
113
114
114
$ second_notice ++;
115
115
@@ -120,7 +120,7 @@ public function handle()
120
120
if ($ roster ->certification == "certified " && Carbon::now ()->format ('d/m ' ) == "24/12 " && $ roster ->currency < 1 ){
121
121
$ active_status = 0 ;
122
122
123
- $ third_names [] = $ name ;
123
+ $ third_names [] = $ name . " ( " . $ roster -> currency . " hrs) " ;
124
124
125
125
$ third_notice ++;
126
126
@@ -132,7 +132,7 @@ public function handle()
132
132
133
133
// User to be terminated
134
134
if ($ roster ->currency < 1 ){
135
- $ termination_names [] = $ name ;
135
+ $ termination_names [] = $ name . " ( " . $ roster -> currency . " hrs) " ;
136
136
137
137
$ termination_notice ++;
138
138
}
You can’t perform that action at this time.
0 commit comments