Nice jobs guys, duplicate param in constructor, logger is there twice (PS that is sarcasm!)
PHP Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/xxx/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45
public function __construct(
Logger $logger,
ResourceModel\Source $source,
ResourceModel\Destination $destination,
ProgressBar\LogLevelProcessor $progressBar,
Helper $helper,
Logger $logger
)
I would post this in the EE repo, but since no one ever replies.. Same issue on CE anyway
Nice jobs guys, duplicate param in constructor, logger is there twice (PS that is sarcasm!)
PHP Fatal error: Redefinition of parameter $logger in /Users/ccarnell/Sites/xxx/vendor/magento/data-migration-tool-ee/src/Migration/Step/ConfigurablePrices/Volume.php on line 45
I would post this in the EE repo, but since no one ever replies.. Same issue on CE anyway