Slimmed down testing DB sized and improved permission caching

This commit is contained in:
Dan Brown
2018-04-14 22:17:47 +01:00
parent cdb1c7ef88
commit a50153d221
5 changed files with 52 additions and 24 deletions

View 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