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] Added fix for tags array #14228

Merged
merged 1 commit into from
Jul 6, 2016

Conversation

m4nt4s
Copy link

@m4nt4s m4nt4s commented Jul 5, 2016

Added tags array fix for php artisan vendor:publish command. The problem is when artisancommand from another artisancommand with tags is called. $tags is returned as string. So it must be returned as array.

@GrahamCampbell GrahamCampbell changed the title added fix for tags array. [5.2] Added fix for tags array Jul 5, 2016
@taylorotwell taylorotwell merged commit 1f52ae8 into laravel:5.2 Jul 6, 2016
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