@@ -45,7 +45,7 @@ |
||
45 | 45 | ->with('user', 'children.user', 'children.children') |
46 | 46 | ->parent() |
47 | 47 | ->latest() |
48 | - ->paginate(config('commentify.pagination_count',10)); |
|
48 | + ->paginate(config('commentify.pagination_count', 10)); |
|
49 | 49 | return view('commentify::livewire.comments', [ |
50 | 50 | 'comments' => $comments |
51 | 51 | ]); |