heart fx
This commit is contained in:
parent
a141791e71
commit
252737a09f
|
|
@ -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());
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue