Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-13 18:41:16 +08:00
parent b3c200b443
commit 24ebfac360
+1 -1
View File
@@ -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']);