Skip to content

Commit

Permalink
fix: replace passthru with echo
Browse files Browse the repository at this point in the history
Signed-off-by: wilmardo <info@wilmardenouden.nl>
  • Loading branch information
wilmardo committed Feb 25, 2021
1 parent e873694 commit 98868be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screens/Screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function registerListeners()

public function clear()
{
passthru("echo '\033\143'");
echo("\033\143");

return $this;
}
Expand Down

0 comments on commit 98868be

Please sign in to comment.