Browse Source

added missing change from previous commit (sorry :()

Fabien Potencier 14 năm trước cách đây
mục cha
commit
35c85a1547

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml

@@ -26,8 +26,8 @@
         </service>
 
         <service id="templating.locator" class="%templating.locator.class%" public="false">
-            <argument>%kernel.cache_dir%</argument>
             <argument type="service" id="file_locator" />
+            <argument>%kernel.cache_dir%</argument>
         </service>
 
         <service id="templating.finder" class="%templating.finder.class%" public="false">