Trigger websocket update after score & image upload
This commit is contained in:
parent
5be4789186
commit
510f7bd442
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
namespace EmotionHero\Server;
|
||||
use WebSocket\Client;
|
||||
|
||||
class Websockets
|
||||
use Ratchet\MessageComponentInterface;
|
||||
use Ratchet\ConnectionInterface;
|
||||
|
||||
class Websockets implements MessageComponentInterface
|
||||
{
|
||||
protected $clients;
|
||||
|
||||
|
|
Loading…
Reference in a new issue