Venues public ready for Test

This commit is contained in:
merdan 2020-03-28 13:26:15 +05:00
parent de3197cd28
commit 876acfc340
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class PublicController extends Controller
$cartoon = Category::where('view_type','exhibition')//todo change to cartoon multik $cartoon = Category::where('view_type','exhibition')//todo change to cartoon multik
->categoryLiveEvents(16) ->categoryLiveEvents(16)
->take(1) ->take(1)
->unionAll($cinema); ->union($cinema);
$musical = Category::where('view_type','concert') $musical = Category::where('view_type','concert')
// ->categoryLiveEvents(8) // ->categoryLiveEvents(8)