Test Failed
Push — master ( ff1e94...12fe3f )
by Gabriel
15:20
created
src/Utility/PackageConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,6 +27,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.