From 8b8d19db191d892274ebcc1a281ec36b79859397 Mon Sep 17 00:00:00 2001 From: Nemrut Co <muzaffer@laxan.com.tw> Date: Fri, 7 Feb 2020 13:27:10 +0800 Subject: [PATCH] Fixed port --- src/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index ac95aab..2413a5d 100644 --- a/src/Server.php +++ b/src/Server.php @@ -12,7 +12,7 @@ class Server function __construct($port) { - $this->$port = $port; + $this->port = $port; } /**