Skip to content

Commit 2a4daf9

Browse files
author
jackin.chen
committed
修改命名空间
1 parent 13ce5bc commit 2a4daf9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ require __DIR__ . '/vendor/autoload.php';
2727
* @param string $content 发送内容
2828
* @param string $developer 具体开发者,在项目尽量使用常量定义
2929
*/
30-
\Feishu\Robot\SendMsg::noticeMsg('通知标题','通知的具体内容','jackin.chen');
30+
\Feishu\SendMsg::noticeMsg('通知标题','通知的具体内容','jackin.chen');

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"autoload": {
2525
"psr-4": {
26-
"php-feishu\\robot-msg\\": "src/"
26+
"Feishu\\": "src/"
2727
}
2828
}
2929
}

src/sendMsg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Feishu\Robot;
3+
namespace Feishu;
44

55
class sendMsg{
66

0 commit comments

Comments
 (0)