Skip to content

Commit

Permalink
Remove all indexes.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Dec 19, 2024
1 parent 97da8e8 commit 1031c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Transformers/BardTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function transform(string $value): array
return $node;
})
->filter()
->values()
->all();
}

Expand Down

0 comments on commit 1031c0f

Please sign in to comment.