Skip to content

Commit

Permalink
updating to latest Minicli
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed May 30, 2023
1 parent 9419727 commit 7bf7ef4
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 87 deletions.
4 changes: 2 additions & 2 deletions Command/Help/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot(App $app): void

public function handle(): void
{
$this->getPrinter()->info($this->app->getSignature());
$this->info($this->app->getSignature());

$print_table[] = [ 'Namespace', 'Command' ];

Expand All @@ -41,6 +41,6 @@ public function handle(): void
}
}

$this->getPrinter()->printTable($print_table);
$this->printTable($print_table);
}
}
Loading

0 comments on commit 7bf7ef4

Please sign in to comment.