@@ -236,7 +236,7 @@ |
||
236 | 236 | */ |
237 | 237 | $collection = $this->getRelation('balance'); |
238 | 238 | $relation = $collection->first(); |
239 | - static::$cachedBalances[$this->getKey()] = (int)($relation->total ?? 0); |
|
239 | + static::$cachedBalances[$this->getKey()] = (int) ($relation->total ?? 0); |
|
240 | 240 | } |
241 | 241 | |
242 | 242 | return static::$cachedBalances[$this->getKey()]; |