php-etl
php-etl copied to clipboard
Undefined ContextInterface.getTableName()
it exists https://github.com/docteurklein/php-etl/blob/master/src/Knp/ETL/Context/Doctrine/DBALContext.php#L20
I think we don't pass the correct instance of Context
@docteurklein But it is type hinted against ContextInterface and it does not have getTableName(). :)
yep that's a design probem