Skip to content
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

Laravel Collections "intersectByKeys" method does not exist #19376

Closed
jakubkratina opened this issue May 28, 2017 · 4 comments
Closed

Laravel Collections "intersectByKeys" method does not exist #19376

jakubkratina opened this issue May 28, 2017 · 4 comments

Comments

@jakubkratina
Copy link

jakubkratina commented May 28, 2017

  • Laravel Version: 5.4

Hi guys,

in the documentation is shown the intersectByKeys method,

but there only is the intersect method in the the Illuminate\Support\Collection class.

Has it been removed?

Thanks for the clarification.

Jakub

@decadence
Copy link
Contributor

decadence commented May 28, 2017

It has been added recently. Make sure you're using latest 5.4.* version.
#19303

@jakubkratina
Copy link
Author

Great :) I updated versions exactly a week ago. Thank you.

@decadence
Copy link
Contributor

decadence commented May 28, 2017

Looks like it's available only for 5.5 but it's in 5.4 documentation by some reason.

@jakubkratina
Copy link
Author

Yep, it has been merged here: laravel/docs#3340

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

No branches or pull requests

2 participants