Skip to content

Commit 37a56d8

Browse files
committed
typo
1 parent 7016e6b commit 37a56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function boot(): void
2323

2424
Money::setLocale($this->app->make('translator')->getLocale());
2525

26-
/** @var array */
26+
/** @var array|null */
2727
$currencies = $this->app->make('config')->get('money');
2828

2929
Currency::setCurrencies($currencies ?? []);

0 commit comments

Comments
 (0)