Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsolomon committed Nov 9, 2022
1 parent 12fe3fb commit 67eb70f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .idea/money.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Utility/PackageConfig.php
Expand Up @@ -27,6 +27,6 @@ public static function configPath(): string
*/
public static function defaultCurrency($default = null): ?string
{
return (string)static::instance()->get('money.defaultCurrency', $default);
return (string)static::instance()->get('defaultCurrency', $default);
}
}

0 comments on commit 67eb70f

Please sign in to comment.