Brille24 / SyliusCustomOptionsPlugin

A Sylius plugin that adds customer options
MIT License
47 stars 34 forks source link

Use the ServiceRepository pattern #18

Closed mamazu closed 4 years ago

mamazu commented 5 years ago

The Service repository pattern explained (here: Section "Repository by composition")[https://www.thinktocode.com/2018/03/05/repository-pattern-symfony/] can be used to simply slip the repository overrides into the repository hierarchy so that a projects that has multiple overrides do not need to override or decorate anything.