mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fixes for created_at queries
This commit is contained in:
parent
0b5178561b
commit
cfe2d397da
@ -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…
Reference in New Issue
Block a user