@@ -27,6 +27,6 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public static function defaultCurrency($default = null): ?string |
| 29 | 29 | { |
| 30 | - return (string)static::instance()->get('money.defaultCurrency', $default); |
|
| 30 | + return (string) static::instance()->get('money.defaultCurrency', $default); |
|
| 31 | 31 | } |
| 32 | 32 | } |