]> BookStack Code Mirror - bookstack/blobdiff - app/PageRevision.php
Merge branch 'diff' of git://github.com/younes0/BookStack into younes0-diff
[bookstack] / app / PageRevision.php
index 1baf0f8e5833c60801ad1ffeb193cf06c6e5f1d4..e5721f5aa1dc08f790eb011daa4ee2fbb706aba2 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