Skip to content

[11.x] switch Collection::make() for new Collection()#53733

Merged
taylorotwell merged 1 commit into
laravel:11.xfrom
browner12:AB-collection-make
Dec 2, 2024
Merged

[11.x] switch Collection::make() for new Collection()#53733
taylorotwell merged 1 commit into
laravel:11.xfrom
browner12:AB-collection-make

Conversation

@browner12
Copy link
Copy Markdown
Contributor

make() is essentially just a static alias to the constructor. it performs no logic.

removing the middleman to simplify the call stack.

continuation of #53726

`make()` is essentially just a static alias to the constructor. it performs no logic.

removing the middleman to simplify the call stack.
@taylorotwell taylorotwell merged commit 2176406 into laravel:11.x Dec 2, 2024
@browner12 browner12 deleted the AB-collection-make branch December 2, 2024 22:34
@AhmedAlaa4611
Copy link
Copy Markdown
Contributor

@browner12 doing gods work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants