diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index 13047f3d..896f2cad 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -2,7 +2,7 @@ class Client{ private static $instance; - private Socket $socket; + private $socket; private function __construct() { // Créer une socket var_dump(socket_create(AF_INET, SOCK_STREAM,0));