Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(BC) Refactor Collection Implementation #1267

Closed
wants to merge 4 commits into from

Conversation

valzargaming
Copy link
Member

The main singleton object now includes a new getCollectionClass method to centralize the collection class logic. Parts of the library that previously used the hardcoded Collection class now dynamically retrieve the appropriate class via the getCollectionClass method.

@valzargaming valzargaming changed the title Implement modularity Collection class with Refactor Collection Implementation Dec 24, 2024
@valzargaming
Copy link
Member Author

The only thing that still needs to be done is reworking the AbstractRepository class to support this change.

@valzargaming valzargaming changed the title Refactor Collection Implementation (BC) Refactor Collection Implementation Dec 24, 2024
@valzargaming
Copy link
Member Author

Work on this will be done on the v11 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant