This commit is contained in:
merdan 2023-01-10 15:18:11 +05:00
parent a141791e71
commit 252737a09f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Sliders extends ShopController
return $query->where(function ($q){
$q->whereNull('expired_at')
->orWhereDate('expired_at','<=',\Carbon::today());
->orWhereDate('expired_at','>=',\Carbon::today());
});
});