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,7 +6,6 @@ class Page extends Entity
protected $simpleAttributes = ['name', 'id', 'slug'];
protected $with = ['book'];
public $textField = 'text';
/**