From 0b84c86aedb98a84db02d6b07d0f39b1329dbf94 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 10 Oct 2021 20:37:57 +1100 Subject: [PATCH] Add back eager loads --- app/Models/Client.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',