We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a324764 commit 73bfd08Copy full SHA for 73bfd08
Tests/Application/bin/console.php
@@ -33,7 +33,7 @@
33
if (\class_exists(Debug::class)) {
34
Debug::enable();
35
} else {
36
- \Symfony\Component\Debug\Debug::enable();
+ Symfony\Component\Debug\Debug::enable();
37
}
38
39
0 commit comments