@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | public function __call(string $method, array $args = []) |
| 40 | 40 | { |
| 41 | - $refresh = (bool) array_shift($args); |
|
| 41 | + $refresh = (bool)array_shift($args); |
|
| 42 | 42 | return $this->getRelatedModel($method, $refresh); |
| 43 | 43 | } |
| 44 | 44 | |