From 24ebfac36062442ae8d1f3c625fde079ba80ea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 13 Jan 2022 18:41:16 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- RpcJsonp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RpcJsonp.php b/RpcJsonp.php index 4183277..2596fa3 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -58,7 +58,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa { $this->eventProvider->on(OnBeforeShutdown::class, [$this, 'onBeforeShutdown']); - scan_directory(APP_PATH . 'rpc', 'Rpc'); + scan_directory(APP_PATH . 'rpc', 'app\Rpc'); $this->eventProvider->on(OnWorkerStart::class, [$this, 'consulWatches']); $this->eventProvider->on(OnServerBeforeStart::class, [$this, 'register']);