Fix removing dontCache(), since we removed caching from Address
This commit is contained in:
parent
8d1dc800a5
commit
e186fb7d95
@ -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
|
||||
|
@ -291,7 +291,6 @@ final class Echomail extends Model implements Packet
|
||||
return $this->belongsToMany(Address::class,'echomail_seenby')
|
||||
->select(['addresses.id','zone_id','host_id','node_id'])
|
||||
->withPivot(['export_at','sent_at','sent_pkt'])
|
||||
->dontCache()
|
||||
->FTN2DOrder();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user