X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d99fd1fd6544ef0d21bfe339572df8657ff36546..refs/pull/432/head:/app/Book.php diff --git a/app/Book.php b/app/Book.php index 67bd4f5b2..06c00945d 100644 --- a/app/Book.php +++ b/app/Book.php @@ -3,7 +3,7 @@ class Book extends Entity { - protected $fillable = ['name', 'description', 'image']; + protected $fillable = ['name', 'description']; /** * Get the url for this book.