修正console

This commit is contained in:
yunwuxin
2016-08-10 14:19:49 +08:00
parent b76e9a4190
commit a2fee88475
2 changed files with 3 additions and 12 deletions

View File

@@ -145,6 +145,9 @@ class Command
*/
public function run(Input $input, Output $output)
{
$this->input = $input;
$this->output = $output;
$this->getSynopsis(true);
$this->getSynopsis(false);