shopware-php-sdk
shopware-php-sdk copied to clipboard
Remove entity hydration cache, add hydration logic via DI
- The logic to store previous entity hydrations in some cache array was removed without replacement
- All usages of EntityTrait replaced with a new class src/Hydrate/EntityHydrator.php. New class can be injected via DI.
Related issue: https://github.com/vienthuong/shopware-php-sdk/issues/46