Skip to content

Commit 67b74c1

Browse files
authored
fix: replace passthru with echo (#133)
Signed-off-by: wilmardo <[email protected]>
1 parent e873694 commit 67b74c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Screens/Screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function registerListeners()
2828

2929
public function clear()
3030
{
31-
passthru("echo '\033\143'");
31+
echo("\033\143");
3232

3333
return $this;
3434
}

0 commit comments

Comments
 (0)