From f1428ac88211f8a3cdf28caf8906ccb68695db65 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 25 Apr 2017 04:36:29 +0300 Subject: [PATCH] Fix for account domain setting --- app/Models/Account.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Account.php b/app/Models/Account.php index 82ef3564c5..0d99d465ce 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -163,6 +163,7 @@ class Account extends Eloquent 'reset_counter_date', 'custom_contact_label1', 'custom_contact_label2', + 'domain_id', ]; /**