]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Page.php
Default OpenID display name set to standard value
[bookstack] / app / Entities / Page.php
index d10786ddac18177f99197939065d4d3f3033c59f..32ba2981d807e7a2b2b7a35c7984e523a82448ca 100644 (file)
@@ -21,7 +21,7 @@ use Permissions;
  */
 class Page extends BookChild
 {
-    protected $fillable = ['name', 'html', 'priority', 'markdown'];
+    protected $fillable = ['name', 'priority', 'markdown'];
 
     protected $simpleAttributes = ['name', 'id', 'slug'];