laravel-websockets/src/LaravelEcho/WebSocket/RespondableMessage.php

7 lines
132 B
PHP
Raw Normal View History

2018-11-21 22:47:46 +00:00
<?php
namespace BeyondCode\LaravelWebSockets\LaravelEcho\WebSocket;
interface RespondableMessage
{
public function respond();
}