]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Queries/ChapterQueries.php
Enhance changelog input to textarea with character counter
[bookstack] / app / Entities / Queries / ChapterQueries.php
index 31193c7ea73db33490e1b1dd2c33d0cb6ed7ce2a..53c5bc9d8423a7fe380d7eb67bd2cd9ab27ab040 100644 (file)
@@ -10,8 +10,7 @@ class ChapterQueries implements ProvidesEntityQueries
 {
     protected static array $listAttributes = [
         'id', 'slug', 'name', 'description', 'priority',
-        'created_at', 'updated_at',
-        'created_by', 'updated_by', 'owned_by',
+        'book_id', 'created_at', 'updated_at', 'owned_by',
     ];
 
     public function start(): Builder