summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Coevoet <stof@notk.org>2011-03-07 15:12:13 +0100
committerChristophe Coevoet <stof@notk.org>2011-03-07 15:12:13 +0100
commit2d9c350a005fdf629ddd1b79b94d78e7200135d5 (patch)
tree28a23a758a69afbe555e7e5dc8539df4a48a8c32
parentb520f7bc98c131aa61438fc49a27f647041ff262 (diff)
Updated the XML namespace
-rw-r--r--Resources/config/api.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Resources/config/api.xml b/Resources/config/api.xml
index 157ba57..3f03c64 100644
--- a/Resources/config/api.xml
+++ b/Resources/config/api.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<container xmlns="http://www.symfony-project.org/schema/dic/services"
+<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
+ xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="sde_bdu.api.class">Bdu_Api</parameter>