changes
This commit is contained in:
@ -46,7 +46,7 @@ class WebsiteController extends Controller
|
||||
{
|
||||
$channelId = env('CHANNEL_ID');
|
||||
$videos = fetchVideosByChannel($channelId);
|
||||
|
||||
|
||||
return view('landing.index', [
|
||||
'videos' => $videos,
|
||||
'banners' => Banners::get(),
|
||||
|
Reference in New Issue
Block a user