]> BookStack Code Mirror - bookstack/blobdiff - app/Chapter.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Chapter.php
index 3726c57f4e3df340c49cce79f29c8624ec4485c3..88b4c134cf9d7b0a99d54058a7f21526acf4f956 100644 (file)
@@ -6,8 +6,6 @@ class Chapter extends Entity
 
     protected $fillable = ['name', 'description', 'priority', 'book_id'];
 
-    protected $with = ['book'];
-
     /**
      * Get the book this chapter is within.
      * @return \Illuminate\Database\Eloquent\Relations\BelongsTo