]> BookStack Code Mirror - bookstack/blobdiff - app/PageRevision.php
edit summary
[bookstack] / app / PageRevision.php
index dae74cd0f9683af8775c1422173275baa9453dc3..1ffd63dbd584700376c983e39a4f4c1c8ce36800 100644 (file)
@@ -3,7 +3,7 @@
 
 class PageRevision extends Model
 {
-    protected $fillable = ['name', 'html', 'text', 'markdown'];
+    protected $fillable = ['name', 'html', 'text', 'markdown', 'summary'];
 
     /**
      * Get the user that created the page revision