I was working on subclassing a base migration I created, and ended up calling MigrateSourceSQL::query(). But that method calls originalQuery() which is not a method at all, so you get:
Call to undefined method MigrateSourceSQL::originalQuery()
Patch coming…
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate-1896042-1.patch | 374 bytes | star-szr |
Comments
Comment #1
star-szrComment #2
mikeryanCommitted (to the wizard_api branch), thanks!