Venues public ready for Test

This commit is contained in:
merdan 2020-03-28 13:14:37 +05:00
parent e6cababd99
commit 3cb10e4808
1 changed files with 5 additions and 5 deletions

View File

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