Skip to content

Commit

Permalink
Fix extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarquine committed Sep 12, 2018
1 parent dc14017 commit e37ea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extractors/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getIterator()
$items = $this->transpose($this->columns);
}

$data = new Arr;
$data = new Collection;

$data->source($items);

Expand Down

0 comments on commit e37ea6e

Please sign in to comment.