This commit is contained in:
2020-09-01 04:35:14 +08:00
parent ab9b5ed9cc
commit 8b928a0178
+3 -3
View File
@@ -12,9 +12,9 @@ use Snowflake\Annotation\Annotation;
class Websocket extends Annotation
{
const MESSAGE = 'Message:';
const HANDSHAKE = 'Handshake:';
const CLOSE = 'Close:';
const MESSAGE = 'Message';
const HANDSHAKE = 'Handshake';
const CLOSE = 'Close';
private $Message = 'required|not empty';