mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -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(
|
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