Add back eager loads

This commit is contained in:
David Bomba 2021-10-10 20:37:57 +11:00
parent 9cf26601f9
commit 0b84c86aed

View File

@ -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',