Skip to content

Commit ebc379e

Browse files
committed
Allow for typo in package
1 parent e1d38a7 commit ebc379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Helpers/SelectOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function currencies()
109109
}*/
110110

111111
// Allow for typo in package
112-
if (method_exists('CurrencyLoader', 'curriencies')) {
112+
if (method_exists('Rinvex\Country\CurrencyLoader', 'curriencies')) {
113113
foreach (CurrencyLoader::curriencies(true) as $currency) {
114114
$items[$currency['iso_4217_code']] = $currency['iso_4217_name'].(' ('.$currency['iso_4217_code'].')');
115115
}

0 commit comments

Comments
 (0)