We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9051707 commit a19ac3fCopy full SHA for a19ac3f
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