We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f343b1 commit 32a589bCopy full SHA for 32a589b
components/debug/class_loader.rst
@@ -17,6 +17,6 @@ with a ``DebugClassLoader`` wrapper.
17
Using the ``DebugClassLoader`` is as easy as calling its static
18
:method:`Symfony\\Component\\Debug\\DebugClassLoader::enable` method::
19
20
- use Symfony\Component\ClassLoader\DebugClassLoader;
+ use Symfony\Component\Debug\DebugClassLoader;
21
22
DebugClassLoader::enable();
0 commit comments