]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Chapter.php
Make building of search results work for multi-byte encoded characters
[bookstack] / app / Entities / Models / Chapter.php
index 8fc2d333dbe43a99321414fb983b185070071c46..08d6608a9e4a5fc77578f50db98100cec91f659f 100644 (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