dev
parent
0d95dd8587
commit
038e3989ec
|
|
@ -20,7 +20,7 @@ class DeviceWarningFilter extends ModelFilter
|
||||||
return $this->where('status', $status);
|
return $this->where('status', $status);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function stratTime($startTime){
|
public function startTime($startTime){
|
||||||
return $this->where('created_at', '>=', $startTime);
|
return $this->where('created_at', '>', $startTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue