diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index 22cb886..c855b7b 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -20,7 +20,7 @@ public function index(Request $request) public function channel(ChannelActionsRequest $request, Channel $channel) { - $limit = $request->input('limit', 25); + $limit = $request->input('limit', 50); return view('dashboard.channel', [ 'channel' => $channel,