slider adminka
This commit is contained in:
parent
cd56d5fc14
commit
d21024a9ec
|
|
@ -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());
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue