summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/lib/Message/Binary.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/textalk/websocket/lib/Message/Binary.php')
-rw-r--r--vendor/textalk/websocket/lib/Message/Binary.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/textalk/websocket/lib/Message/Binary.php b/vendor/textalk/websocket/lib/Message/Binary.php
new file mode 100644
index 0000000..84d27f5
--- /dev/null
+++ b/vendor/textalk/websocket/lib/Message/Binary.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace WebSocket\Message;
+
+class Binary extends Message
+{
+ protected $opcode = 'binary';
+}