]> BookStack Code Mirror - bookstack/commit
Refactored sort system a little
authorDan Brown <redacted>
Tue, 4 Jan 2022 17:31:57 +0000 (17:31 +0000)
committerDan Brown <redacted>
Tue, 4 Jan 2022 17:31:57 +0000 (17:31 +0000)
commitedc7c12edfbe4cabcf6d9a5090d29bb947ef35fb
tree88152217ba1fe3a0e7ba1740f58a1b20a77b0115
parenta72bd75e3aeae33ff77a7a67073bd960ee7a5786
Refactored sort system a little

To standardise the handled data format a little better.
app/Entities/Tools/BookContents.php
app/Entities/Tools/BookSortMap.php [new file with mode: 0644]
app/Entities/Tools/BookSortMapItem.php [new file with mode: 0644]
app/Http/Controllers/BookSortController.php