]> BookStack Code Mirror - bookstack/commit
Queries: Migrated BookRepo queries to new query class
authorDan Brown <redacted>
Sun, 4 Feb 2024 17:35:16 +0000 (17:35 +0000)
committerDan Brown <redacted>
Sun, 4 Feb 2024 17:35:16 +0000 (17:35 +0000)
commit1559b0acd1018edff3f173df0c87f631549462fa
tree63c820ecc395303f15c886fe81133a71963ed6bd
parenta70ed81908a8bcd67e6c449eb7d0cdd6f26ef998
Queries: Migrated BookRepo queries to new query class

Also moved to a non-static approach, and added a high-level class to
allow easy access to all other entity queries, for use in mixed-entity
scenarios and easier/simpler injection.
app/App/HomeController.php
app/Entities/Controllers/BookController.php
app/Entities/Controllers/BookExportController.php
app/Entities/Controllers/BookSortController.php
app/Entities/Queries/BookQueries.php [new file with mode: 0644]
app/Entities/Queries/EntityQueries.php [new file with mode: 0644]
app/Entities/Queries/PageQueries.php
app/Entities/Repos/BookRepo.php
Morty Proxy This is a proxified and sanitized view of the page, visit original site.