Skip to content

Commit 8d6b7e8

Browse files
authored
Fix go back bug
1 parent beaa41c commit 8d6b7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Action/GoBackAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class GoBackAction
1212
public function __invoke(CliMenu $menu) : void
1313
{
1414
if ($parent = $menu->getParent()) {
15-
$menu->close();
15+
$menu->closeThis();
1616
$parent->open();
1717
}
1818
}

0 commit comments

Comments
 (0)