mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Removed dd
This commit is contained in:
parent
b4a0484295
commit
b0f74466bb
|
@ -95,7 +95,6 @@ class ItemImporter extends Importer
|
|||
$item = $item->reject(function ($value) {
|
||||
return empty($value);
|
||||
});
|
||||
dd($item);
|
||||
}
|
||||
|
||||
return $item->toArray();
|
||||
|
|
Loading…
Reference in a new issue