Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
joelicatajr authored and github-actions[bot] committed Oct 17, 2024
1 parent 9991186 commit 5608641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/money.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'defaultCurrency' => config('app.currency', 'USD'),
'defaultFormatter' => null,
'defaultSerializer' => null,
'isoCurrenciesPath' => __DIR__.'/../vendor/moneyphp/money/resources/currency.php',
'isoCurrenciesPath' => __DIR__ . '/../vendor/moneyphp/money/resources/currency.php',
'currencies' => [
'iso' => 'all',
'bitcoin' => 'all',
Expand Down

0 comments on commit 5608641

Please sign in to comment.