فهرست منبع

updated install instructions

Johannes 13 سال پیش
والد
کامیت
07840cff48
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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),
         // ...
     );