modify plugin name

This commit is contained in:
2022-02-23 16:32:08 +08:00
parent 8824f711bb
commit 688b2381da
3 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class RpcManager extends Component
$this->async($name);
}
} catch (\Throwable $throwable) {
$this->logger()->error(error_trigger_format($throwable));
$this->logger->error(error_trigger_format($throwable));
}
}