Skip to content

Commit 33d0772

Browse files
Xavier Serratsebastianfeldmann
authored andcommitted
Enable uninstall command into the Application
1 parent 5c5c406 commit 33d0772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function getDefaultCommands(): array
6161
parent::getDefaultCommands(),
6262
[
6363
new Cmd\Install($resolver),
64+
new Cmd\Uninstall($resolver),
6465
new Cmd\Configuration($resolver),
6566
new Cmd\Add($resolver),
6667
new Cmd\Disable($resolver),

0 commit comments

Comments
 (0)