浏览代码

[WebBundle] Fixed import of base configuration in YAML skeleton.

Kris Wallsmith 15 年之前
父节点
当前提交
2ed59a8464

+ 1 - 1
src/Symfony/Framework/WebBundle/Resources/skeleton/application/yaml/config/config_dev.yml

@@ -1,5 +1,5 @@
 imports:
-  - { resource: config.xml }
+  - { resource: config.yml }
 
 zend.logger:
   priority: debug

+ 1 - 1
src/Symfony/Framework/WebBundle/Resources/skeleton/application/yaml/config/config_prod.yml

@@ -1,2 +1,2 @@
 imports:
-  - { resource: config.xml }
+  - { resource: config.yml }