Skip to content

Commit

Permalink
remove dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
eighty9nine committed Oct 20, 2023
1 parent 110b906 commit 296f08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DefaultImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public function __construct(

public function collection(Collection $collection)
{
dd($collection);
foreach ($collection as $row) {
$this->model::create($row->toArray());
}
Expand Down

0 comments on commit 296f08a

Please sign in to comment.