Style fix

This commit is contained in:
Nabeel Shahzad 2019-07-18 09:55:10 -04:00
parent 748601064c
commit c6547ac7fc

View File

@ -119,7 +119,7 @@ class ImportService extends Service
$row = collect($row)->map(function ($val, $index) { $row = collect($row)->map(function ($val, $index) {
$val = trim($val); $val = trim($val);
if ($val === '') { if ($val === '') {
return null; return;
} }
return $val; return $val;