Completed
Push — device-groups ( f5ffa0...4cef93 )
by Tony
03:03
created
app/Models/DeviceGroup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
         $related = $this->getRelation('deviceCountRelation')->first();
87 87
 
88 88
         // then return the count directly
89
-        return ($related) ? (int)$related->count : 0;
89
+        return ($related) ? (int) $related->count : 0;
90 90
     }
91 91
 
92 92
 
Please login to merge, or discard this patch.