Code refactor work. New optimised query to get invoice status summary for an account
This commit is contained in:
@@ -14,7 +14,9 @@ class Host extends Type
|
||||
use ServiceDomains;
|
||||
|
||||
protected $table = 'service_host';
|
||||
protected $with = ['tld'];
|
||||
protected $with = [
|
||||
'tld',
|
||||
];
|
||||
|
||||
/* RELATIONS */
|
||||
|
||||
|
Reference in New Issue
Block a user