8000 Move debug command to the debug namespace · symfony/swiftmailer-bundle@dee94b7 · GitHub
[go: up one dir, main page]

Skip to content 65EB
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit dee94b7

Browse files
author
Matthieu Auger
committed
Move debug command to the debug namespace
1 parent bff639d commit dee94b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Command/DebugCommand.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ class DebugCommand extends ContainerAwareCommand
3030
protected function configure()
3131
{
3232
$this
33-
->setName('swiftmailer:debug')
33+
->setName('debug:swiftmailer')
34+
->setAliases(array(
35+
'swiftmailer:debug',
36+
))
3437
->setDefinition(array(
3538
new InputArgument('name', InputArgument::OPTIONAL, 'A mailer name'),
3639
))

0 commit comments

Comments
 (0)
0