We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1204217 commit 579a28bCopy full SHA for 579a28b
src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php
@@ -41,6 +41,7 @@
41
use Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand;
42
use Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber;
43
use Symfony\Component\Console\EventListener\ErrorListener;
44
+use Symfony\Component\Dotenv\Command\DebugCommand as DotenvDebugCommand;
45
use Symfony\Component\Messenger\Command\ConsumeMessagesCommand;
46
use Symfony\Component\Messenger\Command\DebugCommand;
47
use Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand;
0 commit comments