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

Remove entity hydration cache, add hydration logic via DI

Open ckilb opened this issue 2 years ago • 0 comments

  • 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

ckilb avatar Aug 30 '22 09:08 ckilb