Skip to content

Commit 32a589b

Browse files
committed
[Components][Debug] fix DebugClassLoader namespace
The class loader is located in the Debug component and not in the ClassLoader component.
1 parent 1f343b1 commit 32a589b

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)