File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/Symfony/Component/Locale Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Locale ;
13
13
14
- use Symfony \Component \Icu \IcuData ;
15
14
use Symfony \Component \Intl \Intl ;
16
15
17
16
/**
@@ -173,7 +172,7 @@ public static function getIcuDataVersion()
173
172
*/
174
173
public static function getIcuDataDirectory ()
175
174
{
176
- return IcuData:: getResourceDirectory ();
175
+ return Intl:: getDataDirectory ();
177
176
}
178
177
179
178
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Locale \Stub ;
13
13
14
- use Symfony \Component \Icu \IcuData ;
15
14
use Symfony \Component \Intl \Intl ;
16
15
use Symfony \Component \Intl \Locale \Locale ;
17
16
@@ -86,7 +85,7 @@ public static function getCurrencies()
86
85
87
86
public static function getDataDirectory ()
88
87
{
89
- return IcuData:: getResourceDirectory ();
88
+ return Intl:: getDataDirectory ();
90
89
}
91
90
92
91
private static function prepareCurrencies ($ locale )
You can’t perform that action at this time.
0 commit comments