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

Add implode() method for convenience #54

Closed
wants to merge 2 commits into from
Closed

Add implode() method for convenience #54

wants to merge 2 commits into from

Conversation

robgridley
Copy link

I extend your class in most of my Laravel projects to add this method. It's especially useful for "in" validation rules.

@mnapoli
Copy link
Member

mnapoli commented May 20, 2017

Hi, thanks for the pull request. I'm not sure it would make sense to add this method in such a basic/low-level class. For example imagine enums did exist in PHP, they wouldn't have a helper for building SQL queries.

@robgridley
Copy link
Author

No problem. I will continue to extend the base class in my projects.

@robgridley robgridley closed this May 31, 2017
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.

2 participants