Skip to content

Commit 8ef3477

Browse files
committed
bug #4856 [Components][Debug] fix DebugClassLoader namespace (xabbuh)
This PR was merged into the 2.5 branch. Discussion ---------- [Components][Debug] fix DebugClassLoader namespace | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5+ | Fixed tickets | The class loader is located in the Debug component and not in the ClassLoader component. Commits ------- 32a589b [Components][Debug] fix DebugClassLoader namespace
2 parents 6f1bbab + 32a589b commit 8ef3477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/debug/class_loader.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ with a ``DebugClassLoader`` wrapper.
1717
Using the ``DebugClassLoader`` is as easy as calling its static
1818
:method:`Symfony\\Component\\Debug\\DebugClassLoader::enable` method::
1919

20-
use Symfony\Component\ClassLoader\DebugClassLoader;
20+
use Symfony\Component\Debug\DebugClassLoader;
2121

2222
DebugClassLoader::enable();

0 commit comments

Comments
 (0)