Skip to content

Commit

Permalink
Add new Collection traits to Repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Jan 18, 2025
1 parent dd5bae6 commit 0358435
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Discord/Repository/AbstractRepositoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ trait AbstractRepositoryTrait
sort as sort;
map as map;
merge as merge;
shift as shift;
slice as slice;
diff as diff;
intersect as intersect;
walk as walk;
reduce as reduce;
unique as unique;
values as values;
collect as collect;
serialize as serialize;
__serialize as __serialize;
unserialize as unserialize;
Expand Down

0 comments on commit 0358435

Please sign in to comment.