home page mobile changed

This commit is contained in:
merdan 2020-03-28 15:21:37 +05:00
parent 22b04a5217
commit 77de064069
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class PublicController extends Controller
})
->with(['cat_events' => function($q) use($data,$order){
$q->onLive($data['start'], $data['end'])
->take(8)
->take(20)
->orderBy($order['field'],$order['order']);
}]);
// $query->withLiveEvents($order, $data['start'], $data['end']);