home page mobile changed

This commit is contained in:
merdan 2020-03-28 15:20:21 +05:00
parent 31d456690b
commit 22b04a5217
1 changed files with 1 additions and 0 deletions

View File

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