Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 15, 2023
1 parent 24dd43c commit 550babb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conn.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function hasBuffer()

public function send($data)
{
$this->connection->write($data);
dump($this->connection->write($data));

return $this;
}
Expand Down

0 comments on commit 550babb

Please sign in to comment.