From e0a4427c4173f4bbaeec47590107adb1260a2444 Mon Sep 17 00:00:00 2001 From: Ed Guy Date: Mon, 6 Feb 2017 03:51:04 -0500 Subject: [PATCH] Fix namespace in setup documentation (#83) --- Resources/doc/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/setup.rst b/Resources/doc/setup.rst index 19e60e6..9482ffc 100644 --- a/Resources/doc/setup.rst +++ b/Resources/doc/setup.rst @@ -27,7 +27,7 @@ And register the bundle in your ``AppKernel.php``: $bundles = array( // ... new JMS\Payment\CoreBundle\JMSPaymentCoreBundle(), - new JMS\Payment\CoreBundle\JMSPaymentPaypalBundle(), + new JMS\Payment\PaypalBundle\JMSPaymentPaypalBundle(), ); }