aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ORM/Repositories/PageRepository.php
AgeCommit message (Collapse)AuthorFilesLines
2021-07-22Move repository search functionality into a traitThomas Lange1-0/+3
Move the methods for the search functionality of the abstract Repository class into a separate trait and use it in the Page and Post repository. The reason because of this is that only the Page and Post repositories having a search functionality, while the other repositories have not.
2021-07-22Rename: Append "Repository" to repository classesThomas Lange1-0/+8
Rename the repository classes and append the name with "Repository" to prevent naming confusions with the entity classes.