Skip to content

Remove final from repositories#17

Open
Kiwikoti wants to merge 1 commit into
monsieurbiz:2.xfrom
Kiwikoti:feature/repository-as-not-final
Open

Remove final from repositories#17
Kiwikoti wants to merge 1 commit into
monsieurbiz:2.xfrom
Kiwikoti:feature/repository-as-not-final

Conversation

@Kiwikoti

Copy link
Copy Markdown
Contributor

Plugin repositories should be extensible within a project, just like any standard Sylius repository.

Declaring them as final prevents developers from extending them to reuse or customize their pre-defined methods.

This PR makes these repositories extensible, allowing them to be overridden as standard Sylius Resource repositories

@madamebiz madamebiz added the quick win Easy to pick, everybody will be happy. label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

quick win Easy to pick, everybody will be happy.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants