Skip to content

Commit 9e1282b

Browse files
committed
Updated dependencies
1 parent 7bf7ef4 commit 9e1282b

File tree

2 files changed

+102
-115
lines changed

2 files changed

+102
-115
lines changed

Command/Help/DefaultController.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace librarianphp\Help;
44

55
use Minicli\App;
6+
use Minicli\Command\CommandCall;
67
use Minicli\Command\CommandController;
78
use Minicli\Command\CommandRegistry;
89

@@ -11,9 +12,9 @@ class DefaultController extends CommandController
1112
/** @var array */
1213
protected array $commandMap = [];
1314

14-
public function boot(App $app): void
15+
public function boot(App $app, CommandCall $input): void
1516
{
16-
parent::boot($app);
17+
parent::boot($app, $input);
1718
$this->commandMap = $app->commandRegistry->getCommandMap();
1819
}
1920

0 commit comments

Comments
 (0)