Skip to content

Commit

Permalink
Update README example.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 23, 2019
1 parent d1777a8 commit 03c7f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ $customCollectionClass = new class extends Base implements Allable {
* {@inheritdoc}
*/
public function all(): array {
return $this->run(new All());
return $this->transform(new All());
}
};

Expand Down

0 comments on commit 03c7f87

Please sign in to comment.