diff --git a/app/Models/Client.php b/app/Models/Client.php index 5b1216e1178e..aaf56737c465 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -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',