]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Page.php
Modernize third party services' logos
[bookstack] / app / Entities / Models / Page.php
index b8467c38cf58ce6cc8334b287959824bf8f5fd16..601e9630db07eec6fef204c7a6b9fac7f52c7e48 100644 (file)
@@ -28,7 +28,7 @@ class Page extends BookChild
     public static $listAttributes = ['name', 'id', 'slug', 'book_id', 'chapter_id', 'draft', 'template', 'text', 'created_at', 'updated_at', 'priority'];
     public static $contentAttributes = ['name', 'id', 'slug', 'book_id', 'chapter_id', 'draft', 'template', 'html', 'text', 'created_at', 'updated_at', 'priority'];
 
-    protected $fillable = ['name', 'priority', 'markdown'];
+    protected $fillable = ['name', 'priority'];
 
     public $textField = 'text';