File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ protected function insert($row)
178
178
$ result = [];
179
179
180
180
foreach ($ this ->columns as $ key => $ column ) {
181
- isset ($ row [$ key ]) ? $ result [$ column ] = $ row [$ key ] : $ result [$ column ] = NULL ;
182
- }
181
+ isset ($ row [$ key ]) ? $ result [$ column ] = $ row [$ key ] : $ result [$ column ] = null ;
182
+ }
183
183
184
184
$ row = $ result ;
185
185
}
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ protected function execute($row)
235
235
$ result = [];
236
236
237
237
foreach ($ this ->columns as $ key => $ column ) {
238
- isset ($ row [$ key ]) ? $ result [$ column ] = $ row [$ key ] : $ result [$ column ] = NULL ;
238
+ isset ($ row [$ key ]) ? $ result [$ column ] = $ row [$ key ] : $ result [$ column ] = null ;
239
239
}
240
240
241
241
$ row = $ result ;
You can’t perform that action at this time.
0 commit comments