Fix removing dontCache(), since we removed caching from Address
This commit is contained in:
parent
8d1dc800a5
commit
eb800ed4a2
@ -50,7 +50,6 @@ class MailSend #implements ShouldQueue
|
||||
->join('domains',['domains.id'=>'zones.domain_id'])
|
||||
->groupBy('a.system_id','a.id','a.zone_id','addresses.region_id','a.host_id','a.node_id','a.point_id','addresses.hub_id','addresses.role')
|
||||
->with(['system','zone.domain'])
|
||||
->dontCache()
|
||||
->get();
|
||||
|
||||
// Return the system we poll
|
||||
|
Loading…
Reference in New Issue
Block a user