More removed references to deprecated getDateAttribute()
This commit is contained in:
parent
d25dae2427
commit
394144d263
@ -228,8 +228,8 @@ class MessageProcess implements ShouldQueue
|
|||||||
if ($this->mo->msgid) {
|
if ($this->mo->msgid) {
|
||||||
$o = Echomail::where('msgid',$this->mo->msgid)
|
$o = Echomail::where('msgid',$this->mo->msgid)
|
||||||
->where('fftn_id',$this->mo->fftn->id)
|
->where('fftn_id',$this->mo->fftn->id)
|
||||||
->where('datetime','>=',$this->mo->date->subYears(3))
|
->where('datetime','>=',$this->mo->datetime->subYears(3))
|
||||||
->where('datetime','<=',$this->mo->date)
|
->where('datetime','<=',$this->mo->datetime)
|
||||||
->single();
|
->single();
|
||||||
|
|
||||||
Log::debug(sprintf('%s:- Checking for duplicate from host id [%d].',self::LOGKEY,$this->mo->fftn->id));
|
Log::debug(sprintf('%s:- Checking for duplicate from host id [%d].',self::LOGKEY,$this->mo->fftn->id));
|
||||||
|
Loading…
Reference in New Issue
Block a user