mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#3539 igam talepler 12.03
This commit is contained in:
parent
707faec5be
commit
78114415c5
@ -32,7 +32,7 @@ class AdvCollection extends EntryCollection
|
||||
{
|
||||
return $this->filter(
|
||||
function ($ad) {
|
||||
return $ad->finish_at->gt(Carbon::now());
|
||||
return $ad->where('finish_at', '>', Carbon::now());
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user