mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
Merge pull request #992 from openclassify/muammertop
#3539 igam talepler 12.03
This commit is contained in:
commit
84a9a5fa29
@ -32,7 +32,7 @@ class AdvCollection extends EntryCollection
|
|||||||
{
|
{
|
||||||
return $this->filter(
|
return $this->filter(
|
||||||
function ($ad) {
|
function ($ad) {
|
||||||
return $ad->finish_at->gt(Carbon::now());
|
return $ad->where('finish_at', '>', Carbon::now());
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user