1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Updated translators and merged styleci fixes

This commit is contained in:
Dan Brown
2021-11-23 20:41:12 +00:00
parent f63d7f60aa
commit cd7788f2e9
4 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,7 @@ class Chapter extends BookChild
/**
* Get the pages that this chapter contains.
*
* @return HasMany<Page>
*/
public function pages(string $dir = 'ASC'): HasMany