From 5bf0071663d506cf8b311487ae3e858691346c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 11:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Application.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/System/Application.php b/System/Application.php index 4a889cd8..0b57bf8b 100644 --- a/System/Application.php +++ b/System/Application.php @@ -64,9 +64,10 @@ class Application extends BaseApplication /** + * @param $argv * @throws */ - public function start() + public function start($argv) { $manager = Snowflake::app()->server; $manager->start();