@@ -86,7 +86,7 @@ |
||
| 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 | |