moduleDataSetup = $moduleDataSetup; $this->assignDefaultSourceToShipments = $assignDefaultSourceToShipments; } /** * @inheritDoc */ public function apply() { $this->assignDefaultSourceToShipments->execute($this->moduleDataSetup); return $this; } /** * @inheritDoc */ public static function getDependencies() { return []; } /** * @inheritDoc */ public function getAliases() { return []; } }