Passed
Push — main ( b01b5e...e47c95 )
by Usama
04:31
created
src/Http/Livewire/Comments.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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
         ]);
Please login to merge, or discard this patch.