Skip to content

Commit f3c3d79

Browse files
committed
Merge remote-tracking branch 'origin/2.2' into 2.2
2 parents ab4859e + bd93d9c commit f3c3d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/remove.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ can remove the ``Acme`` directory as well.
7777
.. tip::
7878

7979
If you don't know the location of a bundle, you can use the
80-
:method:`Symfony\\Bundle\\FrameworkBundle\\Bundle\\Bundle::getPath` method
80+
:method:`Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface::getPath` method
8181
to get the path of the bundle::
8282

8383
echo $this->container->get('kernel')->getBundle('AcmeDemoBundle')->getPath();

0 commit comments

Comments
 (0)