#3539 igam talepler 12.03

This commit is contained in:
Muammer Top 2021-03-12 16:33:50 +03:00
parent 707faec5be
commit 78114415c5

View File

@ -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());
}
);
}