mp
mp copied to clipboard
Migration manifest
$migration->$info['migrateRollbackF']($this);
It will not work on PHP7, please change it to
$migration->{$info['migrateRollbackF']}($this);
@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...