Skip to content

Commit

Permalink
Prevent dependency problem when setting up demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 16, 2018
1 parent ab4dab0 commit 321403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mshoplib/setup/default/DemoAddSupplierData.php
Expand Up @@ -21,7 +21,7 @@ class DemoAddSupplierData extends \Aimeos\MW\Setup\Task\MShopAddDataAbstract
*/
public function getPreDependencies()
{
return array( 'MShopAddTypeDataDefault', 'MShopAddCodeDataDefault' );
return array( 'MShopAddTypeDataDefault', 'MShopAddCodeDataDefault', 'DemoAddProductData' );
}


Expand Down

0 comments on commit 321403e

Please sign in to comment.