Skip to content

[5.4] Resolved rollback not compatible with strings#18535

Merged
taylorotwell merged 1 commit intolaravel:5.4from
Tjab:5.4
Mar 28, 2017
Merged

[5.4] Resolved rollback not compatible with strings#18535
taylorotwell merged 1 commit intolaravel:5.4from
Tjab:5.4

Conversation

@Tjab
Copy link
Copy Markdown
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
Copy Markdown
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