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 = [
|
||||
// 'gateway_tokens',
|
||||
// 'documents',
|
||||
// 'contacts.company',
|
||||
'gateway_tokens',
|
||||
'documents',
|
||||
'contacts.company',
|
||||
// 'currency',
|
||||
// 'primary_contact',
|
||||
// 'country',
|
||||
|
Loading…
x
Reference in New Issue
Block a user