start of unions

This commit is contained in:
merdan 2020-03-28 13:34:38 +05:00
parent 94cf0ceb58
commit a2fe338b7b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class PublicController extends Controller
->take(1);
$musical = Category::where('view_type','concert')
// ->categoryLiveEvents(8)
->categoryLiveEvents(8)
->take(1)
->unionAll($cartoon,$cinema);
$all = $musical->get();