Test Failed
Branch master (b4f8bd)
by Carlos
04:15
created
src/FollowRelation.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,8 @@
 block discarded – undo
47 47
     public function scopePopular($query, $type = null)
48 48
     {
49 49
         $query->select('followable_id', 'followable_type', \DB::raw('COUNT(*) AS count'))
50
-                     ->groupBy('followable_id', 'followable_type')
51
-                     ->orderByDesc('count');
50
+                        ->groupBy('followable_id', 'followable_type')
51
+                        ->orderByDesc('count');
52 52
 
53 53
         if ($type) {
54 54
             $query->where('followable_type', $this->normalizeFollowableType($type));
Please login to merge, or discard this patch.