slider adminka

This commit is contained in:
merdan 2023-01-10 15:48:03 +05:00
parent e9322b8b51
commit 681af9b5f7
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());
});
});