Skip to content

Commit 709b47b

Browse files
authored
Update AppPluginZipCommand.php
1 parent bf0815d commit 709b47b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Commands/AppPluginZipCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class AppPluginZipCommand extends Command
2020
*/
2121
protected function configure()
2222
{
23-
$this->setName(static::$defaultName)->setDescription(static::$defaultDescription);
2423
$this->addArgument('name', InputArgument::REQUIRED, 'App plugin name');
2524
}
2625

0 commit comments

Comments
 (0)