Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Mar 23, 2022
1 parent 7982da3 commit 4c58eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@ Factory::logger()
Factory::mattermost()
->setBaseUri('https://guanguans.cloud.mattermost.com')
->setToken('r7jezodttibgueijpahyyfh1qa')
->setChannelId('sat5ohbs5byixd86tmxtk13b5w')
->setMessage(
new \Guanguans\Notify\Messages\MattermostMessage([
'channel_id' => 'sat5ohbs5byixd86tmxtk13',
'message' => 'This is a testing.',
// 'is_pinned' => true,
// 'create_at' => 1639041968509,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@ Factory::logger()
Factory::mattermost()
->setBaseUri('https://guanguans.cloud.mattermost.com')
->setToken('r7jezodttibgueijpahyyfh1qa')
->setChannelId('sat5ohbs5byixd86tmxtk13b5w')
->setMessage(
new \Guanguans\Notify\Messages\MattermostMessage([
'channel_id' => 'sat5ohbs5byixd86tmxtk13',
'message' => 'This is a testing.',
// 'is_pinned' => true,
// 'create_at' => 1639041968509,
Expand Down

0 comments on commit 4c58eb0

Please sign in to comment.