Fix for account domain setting

This commit is contained in:
Hillel Coren 2017-04-25 04:36:29 +03:00
parent 3c84390fb1
commit f1428ac882

View File

@ -163,6 +163,7 @@ class Account extends Eloquent
'reset_counter_date', 'reset_counter_date',
'custom_contact_label1', 'custom_contact_label1',
'custom_contact_label2', 'custom_contact_label2',
'domain_id',
]; ];
/** /**