]>
BookStack Code Mirror - bookstack/blobdiff - app/PageRevision.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
edit summary
[bookstack]
/
app
/
PageRevision.php
diff --git
a/app/PageRevision.php
b/app/PageRevision.php
index dae74cd0f9683af8775c1422173275baa9453dc3..1ffd63dbd584700376c983e39a4f4c1c8ce36800 100644
(file)
--- a/
app/PageRevision.php
+++ b/
app/PageRevision.php
@@
-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