xy 3 weeks ago
parent
commit
076c700015
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client.php

+ 1 - 1
src/client.php

@@ -1,7 +1,7 @@
 <?php
 require __DIR__.'/../generated/vendor/autoload.php';
 require_once __DIR__ . '/../vendor/autoload.php';
-
+require_once __DIR__ .'./msg.php';
 use App\WebSocketClient;
 use Common_pack\EnterHall;
 use Common_pack\ReqLogin;