start of unions
This commit is contained in:
parent
94cf0ceb58
commit
a2fe338b7b
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue