Skip to content

Conversation

@apinstein
Copy link
Owner

Review on Reviewable

@Warmbellycat
Copy link

$migration->$info['migrateRollbackF']($this);
It will not work on PHP7, please change it to
$migration->{$info['migrateRollbackF']}($this);

@apinstein
Copy link
Owner Author

apinstein commented Nov 27, 2019

@Warmbellycat thanks for finding! I don't work on this actively anymore. Happy to merge in a PR to this branch if you fix any PHP7 issues. Or add collaborators...

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