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.4] Resolved rollback not compatible with strings #18535

Merged
merged 1 commit into from
Mar 28, 2017
Merged

Conversation

Tjab
Copy link
Contributor

@Tjab Tjab commented Mar 28, 2017

rollbackMigrations is called from rollback and passes $paths, which can be a string or an array. However, rollbackMigrations only accepts an array. It's only logical that it accepts both, as the method that passes the $paths variable accepts both too.

@Tjab
Copy link
Contributor Author

Tjab commented Mar 28, 2017

Issue ever since a refactor action:
f30c564

Some code was placed in a new method which does not accept strings.

@taylorotwell taylorotwell merged commit 6b5cc40 into laravel:5.4 Mar 28, 2017
@GrahamCampbell GrahamCampbell changed the title Resolved rollback not compatable with strings [5.4] Resolved rollback not compatible with strings Mar 29, 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