mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add back eager loads
This commit is contained in:
parent
9cf26601f9
commit
0b84c86aed
@ -84,9 +84,9 @@ class Client extends BaseModel implements HasLocalePreference
|
|||||||
];
|
];
|
||||||
|
|
||||||
protected $with = [
|
protected $with = [
|
||||||
// 'gateway_tokens',
|
'gateway_tokens',
|
||||||
// 'documents',
|
'documents',
|
||||||
// 'contacts.company',
|
'contacts.company',
|
||||||
// 'currency',
|
// 'currency',
|
||||||
// 'primary_contact',
|
// 'primary_contact',
|
||||||
// 'country',
|
// 'country',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user