Skip to content

Commit 7bf7ef4

Browse files
committed
updating to latest Minicli
1 parent 9419727 commit 7bf7ef4

File tree

2 files changed

+91
-87
lines changed

2 files changed

+91
-87
lines changed

Command/Help/DefaultController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function boot(App $app): void
1919

2020
public function handle(): void
2121
{
22-
$this->getPrinter()->info($this->app->getSignature());
22+
$this->info($this->app->getSignature());
2323

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

@@ -41,6 +41,6 @@ public function handle(): void
4141
}
4242
}
4343

44-
$this->getPrinter()->printTable($print_table);
44+
$this->printTable($print_table);
4545
}
4646
}

0 commit comments

Comments
 (0)