Skip to content

Commit

Permalink
更新文档 (#759)
Browse files Browse the repository at this point in the history
* 更新文档

* 修正引用包名
  • Loading branch information
guandeng authored Nov 28, 2024
1 parent c3fe912 commit 88abd66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions zh_CN/components/ipc-broadcaster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Icp Broadcaster
# Ipc Broadcaster

Icp Broadcaster component for Hyperf.
Ipc Broadcaster component for Hyperf.

## 安装

Expand All @@ -25,7 +25,7 @@ broadcast(function () {
```php
namespace App\Broadcasting;

class FooMessage extends IcpMessage
class FooMessage extends IpcMessage
{
public function __construct(private string $foo)
{
Expand Down
2 changes: 1 addition & 1 deletion zh_CN/components/model-morph-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Relation::morphMap([
]);
```

## 之后用法
## 现在用法

```php
<?php
Expand Down
2 changes: 1 addition & 1 deletion zh_CN/components/telescope.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ php bin/hyperf.php migrate
use FriendsOfHyperf\Telescope\Listener\RequestHandledListener;

return [
FailToHandleListener::class,
RequestHandledListener::class,
];

```
Expand Down

0 comments on commit 88abd66

Please sign in to comment.