Skip to content

Commit 113d52f

Browse files
committed
improve command
1 parent fc35ef3 commit 113d52f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Command/RouteListCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ public function __construct(?Router $router = null)
6666
{
6767
parent::__construct();
6868

69+
$this->setName(static::$defaultName);
70+
$this->setDescription(static::$defaultDescription);
71+
6972
$this->router = $router;
7073
}
7174

0 commit comments

Comments
 (0)