Venues public ready for Test
This commit is contained in:
parent
3cb10e4808
commit
6268543cd6
|
|
@ -25,11 +25,11 @@ class PublicController extends Controller
|
|||
{
|
||||
public function showHomePage(){
|
||||
$cinema = Category::where('view_type','cinema')
|
||||
// ->categoryLiveEvents(16)
|
||||
->categoryLiveEvents(16)
|
||||
->take(1);
|
||||
|
||||
$cartoon = Category::where('view_type','exhibition')//todo change to cartoon multik
|
||||
// ->categoryLiveEvents(16)
|
||||
->categoryLiveEvents(16)
|
||||
->take(1)
|
||||
->union($cinema);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue