Trigger websocket update after score & image upload

This commit is contained in:
Ruben 2016-11-01 22:12:11 +01:00
parent 5be4789186
commit 510f7bd442
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
namespace EmotionHero\Server;
use WebSocket\Client;
class Websockets
use Ratchet\MessageComponentInterface;
use Ratchet\ConnectionInterface;
class Websockets implements MessageComponentInterface
{
protected $clients;