Style fix
This commit is contained in:
parent
748601064c
commit
c6547ac7fc
@ -119,7 +119,7 @@ class ImportService extends Service
|
||||
$row = collect($row)->map(function ($val, $index) {
|
||||
$val = trim($val);
|
||||
if ($val === '') {
|
||||
return null;
|
||||
return;
|
||||
}
|
||||
|
||||
return $val;
|
||||
|
Loading…
Reference in New Issue
Block a user