From 876acfc340d57275737fc6f01df900514807fb3b Mon Sep 17 00:00:00 2001 From: merdan Date: Sat, 28 Mar 2020 13:26:15 +0500 Subject: [PATCH] Venues public ready for Test --- app/Http/Controllers/PublicController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/PublicController.php b/app/Http/Controllers/PublicController.php index 6ff348d2..fd6732f5 100644 --- a/app/Http/Controllers/PublicController.php +++ b/app/Http/Controllers/PublicController.php @@ -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)