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

[5.2] Extract \Illuminate\Support\Collection::pipe to a trait #14562

Closed
wants to merge 1 commit into from
Closed

[5.2] Extract \Illuminate\Support\Collection::pipe to a trait #14562

wants to merge 1 commit into from

Conversation

lucasmichot
Copy link
Contributor

This allows any class within a Laravel project to use the pipe function.


Related: #13899 / laravel/ideas#112

@JosephSilber
Copy link
Member

Is this function really that hard to copy into your class? What's the value of having it as a trait?

@vlakoff
Copy link
Contributor

vlakoff commented Jul 31, 2016

Don't anticipate needs.

@lucasmichot lucasmichot deleted the feature/5.2/pipable branch July 31, 2016 17:30
@lucasmichot lucasmichot restored the feature/5.2/pipable branch August 1, 2016 12:37
@lucasmichot lucasmichot deleted the feature/5.2/pipable branch August 1, 2016 15:40
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