shopware-php-sdk icon indicating copy to clipboard operation
shopware-php-sdk copied to clipboard

Class "Vin\ShopwareSdk\Data\Entity\Custom\CustomDefinition" not found

Open attrib opened this issue 4 months ago • 0 comments

After upgrading the package from 2.0 to dev-master (because I wanted the php 8.3 depreaction messages gone and there was no tag for this change yet), I noticed that CustomEntity is missing now and I'm getting "Class "Vin\ShopwareSdk\Data\Entity\Custom\CustomDefinition" not found" errors.

This is used in RepositoryFactory::getDefinition(), also I see tests which uses them, wonder how landed into master :)

Code is just RepositoryFactory::create('product_warehouse')

attrib avatar Oct 17 '24 10:10 attrib