Venues public ready for Test
This commit is contained in:
parent
de3197cd28
commit
876acfc340
|
|
@ -31,7 +31,7 @@ class PublicController extends Controller
|
|||
$cartoon = Category::where('view_type','exhibition')//todo change to cartoon multik
|
||||
->categoryLiveEvents(16)
|
||||
->take(1)
|
||||
->unionAll($cinema);
|
||||
->union($cinema);
|
||||
|
||||
$musical = Category::where('view_type','concert')
|
||||
// ->categoryLiveEvents(8)
|
||||
|
|
|
|||
Loading…
Reference in New Issue