add default with company and item models
This commit is contained in:
@ -27,6 +27,8 @@ class Company extends Eloquent implements Ownable
|
||||
|
||||
protected $table = 'companies';
|
||||
|
||||
protected $with = ['settings'];
|
||||
|
||||
/**
|
||||
* The accessors to append to the model's array form.
|
||||
*
|
||||
|
Reference in New Issue
Block a user