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