Skip to content

Commit

Permalink
Removed leftover vardump.
Browse files Browse the repository at this point in the history
  • Loading branch information
elb98rm committed Apr 14, 2021
1 parent 93523f4 commit 9a5ade1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/JsonApiFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ public function dataResourceResponseArray($data_resources = null): array
}

if ($data_resources instanceof DataResource) {
var_dump('here');
$this->setData($data_resources);
} else {
foreach ($data_resources as $data_resource) {
Expand Down

0 comments on commit 9a5ade1

Please sign in to comment.