Fix typo
parent
ff67cdf6e6
commit
7f6de36354
|
@ -335,7 +335,7 @@ class PlatformRepository extends ArrayRepository
|
|||
if ($this->runtime->hasClass('ResourceBundle')) {
|
||||
$resourceBundle = $this->runtime->invoke(['ResourceBundle', 'create'], ['root', 'ICUDATA', false]);
|
||||
if ($resourceBundle !== null) {
|
||||
$this->addLibrary('icu-cldr', $resourceBundle->get('Version');, 'ICU CLDR project version');
|
||||
$this->addLibrary('icu-cldr', $resourceBundle->get('Version'), 'ICU CLDR project version');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue