resourceConnection = $resourceConnection; } /** * @return string */ public static function getVersion() { return '1.0.2'; } /** * @return array */ public function getAliases() { return []; } /** * @inheritdoc */ public function apply() { throw new \Exception('This patch should be skipped!'); } public function revert() { } /** * @return array */ public static function getDependencies() { return []; } }