Skip to content

Commit

Permalink
Fix namespace in setup documentation (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
edguy3 authored and psrpinto committed Feb 6, 2017
1 parent e7a6dfe commit e0a4427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
);
}
Expand Down

0 comments on commit e0a4427

Please sign in to comment.