Bläddra i källkod

[Foundation] added missing XML file

Fabien Potencier 15 år sedan
förälder
incheckning
e240a9e339
1 ändrade filer med 17 tillägg och 0 borttagningar
  1. 17 0
      src/Symfony/Foundation/Resources/config/debug.xml

+ 17 - 0
src/Symfony/Foundation/Resources/config/debug.xml

@@ -0,0 +1,17 @@
+<?xml version="1.0" ?>
+
+<container xmlns="http://www.symfony-project.org/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">
+
+  <parameters>
+    <parameter key="debug.event_dispatcher.class">Symfony\Foundation\Debug\EventDispatcher</parameter>
+  </parameters>
+
+  <services>
+    <service id="debug.event_dispatcher" class="%debug.event_dispatcher.class%">
+      <argument type="service" id="service_container" />
+      <argument type="service" id="logger" on-invalid="null" />
+    </service>
+  </services>
+</container>