]> BookStack Code Mirror - bookstack/commit
Tweaked ListingResponseBuilder to help avoid future issues
authorDan Brown <redacted>
Sat, 25 Apr 2020 21:15:59 +0000 (22:15 +0100)
committerDan Brown <redacted>
Sat, 25 Apr 2020 21:15:59 +0000 (22:15 +0100)
commit2ec4ad118177fa1cacf0dc2f834ef3c0ad3102e0
tree51dfe3e466efaea0407532607423b8b760314441
parenta17b82bdde2d1b61d6780ef0c33d071bbf0daba6
Tweaked ListingResponseBuilder to help avoid future issues

- Updated so none of the method mutate the query throughout the function
so that the query can be handled in a sane way, Since we were already
encountering issues due to internal method call order.
app/Api/ListingResponseBuilder.php