Skip to content

Commit 623e3ac

Browse files
committed
fix typing filter names in interactive mode
1 parent 0614a4c commit 623e3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Terminal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function isDisplayingScreen(string $screenClassName): bool
132132

133133
public function removeAllListeners()
134134
{
135-
$this->io->getInput()->removeAllListeners();
135+
$this->io->removeAllListeners();
136136

137137
return $this;
138138
}

0 commit comments

Comments
 (0)