Fixes for created_at queries
This commit is contained in:
parent
0b5178561b
commit
cfe2d397da
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ abstract class QueryFilters
|
|||
|
||||
try{
|
||||
|
||||
$created_at = Carbon::parse($value)->toDateTimeString();
|
||||
$created_at = Carbon::parse($value)->timestamp;
|
||||
|
||||
return $this->builder->where('created_at', '>=', $created_at);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue