]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Chapter.php
ZIP Exports: Added core logic for books/chapters
[bookstack] / app / Entities / Models / Chapter.php
index c926aaa647a7d75501b55880e1cd2c834990f8fc..088d199da675286af90ea73c3f24ca396ede2347 100644 (file)
@@ -60,6 +60,7 @@ class Chapter extends BookChild
 
     /**
      * Get the visible pages in this chapter.
+     * @returns Collection<Page>
      */
     public function getVisiblePages(): Collection
     {