moduleDataSetup = $moduleDataSetup; } /** * Do Upgrade * * @return void */ public function apply() { } /** * {@inheritdoc} */ public function getAliases() { return []; } /** * {@inheritdoc} */ public static function getDependencies() { return [ ]; } }