diff --git a/Setup/Patch/Data/UpgradeBvDataAtttribute.php b/Setup/Patch/Data/UpgradeBvDataAtttribute.php index 00025c9..7e4c571 100644 --- a/Setup/Patch/Data/UpgradeBvDataAtttribute.php +++ b/Setup/Patch/Data/UpgradeBvDataAtttribute.php @@ -56,6 +56,10 @@ class UpgradeBvDataAtttribute implements DataPatchInterface, PatchRevertableInte * @var \Magento\Config\App\Config\Source\RuntimeConfigSource */ private $runtimeConfigSource; + /** + * @var ModuleListInterface + */ + private $_moduleList; public function __construct( ModuleDataSetupInterface $moduleDataSetup, @@ -264,4 +268,4 @@ public static function getVersion() { return '9.0.0'; } -} \ No newline at end of file +}