slider adminka

This commit is contained in:
merdan 2023-01-10 15:36:34 +05:00
parent cd56d5fc14
commit d21024a9ec
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());
->orWhere('expired_at','>=',\Carbon::today());
});
});