mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 00:04:59 +00:00
apply rector rules: symfony **UP TO** 44
This commit is contained in:
@@ -36,7 +36,7 @@ class LoadCountriesCommand extends Command
|
||||
$countries = [];
|
||||
|
||||
foreach ($languages as $language) {
|
||||
$countries[$language] = $regionBundle->getCountryNames($language);
|
||||
$countries[$language] = \Symfony\Component\Intl\Currencies::getNames();
|
||||
}
|
||||
|
||||
$countryEntities = [];
|
||||
|
Reference in New Issue
Block a user