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

Migration manifest #5

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Migration manifest #5

wants to merge 14 commits into from

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