-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.6] Tightenco/Collect should not be replaced anymore #23147
Conversation
It's now under on its own namespace to co-live with Illuminate\Collection. And this is preventing us to require it.
👍 Thanks Antonio! |
|
I love this fixed thanks! @antonioribeiro |
@crynobone Great question. I really wish we could backport the alias, because it's really not version specific. But you're right; older versions will still have this same issue. And yah, I do think it should apply to multiple versions. @antonioribeiro would you be up for making the requested changes? |
@mattstauffer, already done: @crynobone, thank you. |
Note: the namespace change happened in |
It's now under on its own namespace to co-live with Illuminate\Collection. And this is preventing us to require it.