Passed
Push — master ( 962fff...408b41 )
by Adam
10:03
created
app/Http/Controllers/Wiki/ShowController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
         $parser = app('parser.wiki');
31 31
         $wiki->load(['comments' => function ($query) {
32
-            return $query->orderByDesc('updated_at')->with(['user' => fn ($query) => $query->withTrashed()]);
32
+            return $query->orderByDesc('updated_at')->with(['user' => fn($query) => $query->withTrashed()]);
33 33
         }]);
34 34
 
35 35
         foreach ($wiki->comments as &$comment) {
Please login to merge, or discard this patch.