File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1263,7 +1263,7 @@ also have to be added as regular services:
1263
1263
.. code-block :: yaml
1264
1264
1265
1265
services :
1266
- Twig_Extensions_Extension_Intl :
1266
+ Twig\Extensions\IntlExtension :
1267
1267
tags : [twig.extension]
1268
1268
1269
1269
.. code-block :: xml
@@ -1275,7 +1275,7 @@ also have to be added as regular services:
1275
1275
http://symfony.com/schema/dic/services/services-1.0.xsd" >
1276
1276
1277
1277
<services >
1278
- <service id =" Twig_Extensions_Extension_Intl " >
1278
+ <service id =" Twig\Extensions\IntlExtension " >
1279
1279
<tag name =" twig.extension" />
1280
1280
</service >
1281
1281
</services >
@@ -1284,7 +1284,7 @@ also have to be added as regular services:
1284
1284
.. code-block :: php
1285
1285
1286
1286
$container
1287
- ->register('Twig_Extensions_Extension_Intl ')
1287
+ ->register('Twig\Extensions\IntlExtension ')
1288
1288
->addTag('twig.extension')
1289
1289
;
1290
1290
You can’t perform that action at this time.
0 commit comments