Added composer autoloader to example
This commit is contained in:
Chris Boden 2012-07-18 09:28:09 -04:00
parent 534375160a
commit ab67ecbbe9

View File

@ -41,6 +41,8 @@ use Ratchet\ConnectionInterface;
use Ratchet\Server\IoServer;
use Ratchet\WebSocket\WsServer;
require __DIR__ . '/vendor/autoload.php';
/**
* chat.php
* Send any incoming messages to all connected clients (except sender)