From dc1a3390b5e10d1332d1a0d5856d38e5907bf0d5 Mon Sep 17 00:00:00 2001 From: walkor Date: Thu, 7 May 2020 10:27:35 +0800 Subject: [PATCH] Update start.php --- start.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/start.php b/start.php index dcf9db2..9e53d35 100644 --- a/start.php +++ b/start.php @@ -1,4 +1,16 @@ + * @copyright walkor + * @link http://www.workerman.net/ + * @license http://www.opensource.org/licenses/mit-license.php MIT License + */ use \Workerman\Worker; use \Workerman\WebServer; use \Workerman\Connection\TcpConnection;