]> BookStack Code Mirror - bookstack/blobdiff - app/Book.php
Merge pull request #3 from OsmosysSoftware/revert-1-issue-181
[bookstack] / app / Book.php
index 67bd4f5b224f19bd63017acaf3f76872cb9e83f6..06c00945d43c4dbdea946c21769ffef7a626888f 100644 (file)
@@ -3,7 +3,7 @@
 class Book extends Entity
 {
 
-    protected $fillable = ['name', 'description', 'image'];
+    protected $fillable = ['name', 'description'];
 
     /**
      * Get the url for this book.