Procházet zdrojové kódy

updated install instructions

Johannes před 13 roky
rodič
revize
07840cff48
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Resources/doc/index.rst

+ 1 - 1
Resources/doc/index.rst

@@ -28,7 +28,7 @@ Then register the bundle with your kernel::
     // in AppKernel::registerBundles()
     $bundles = array(
         // ...
-        new JMS\SerializerBundle\JMSSerializerBundle(),
+        new JMS\SerializerBundle\JMSSerializerBundle($this),
         // ...
     );