]> BookStack Code Mirror - bookstack/blobdiff - app/Page.php
Finished migration of last angular code
[bookstack] / app / Page.php
index d53e02a0bab041cd882f91aaaa560f62a8abf36b..c9823e7e4ccfcb65dce71328f28fa0f4f04d40a3 100644 (file)
@@ -8,7 +8,7 @@ class Page extends Entity
     protected $simpleAttributes = ['name', 'id', 'slug'];
 
     protected $with = ['book'];
-    protected $textField = 'text';
+    public $textField = 'text';
 
     /**
      * Converts this page into a simplified array.