We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9419727 commit 7bf7ef4Copy full SHA for 7bf7ef4
Command/Help/DefaultController.php
@@ -19,7 +19,7 @@ public function boot(App $app): void
19
20
public function handle(): void
21
{
22
- $this->getPrinter()->info($this->app->getSignature());
+ $this->info($this->app->getSignature());
23
24
$print_table[] = [ 'Namespace', 'Command' ];
25
@@ -41,6 +41,6 @@ public function handle(): void
41
}
42
43
44
- $this->getPrinter()->printTable($print_table);
+ $this->printTable($print_table);
45
46
0 commit comments