Venues public ready for Test

This commit is contained in:
merdan 2020-03-28 13:15:45 +05:00
parent 3cb10e4808
commit 6268543cd6
1 changed files with 2 additions and 2 deletions

View File

@ -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);