Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
slight committed Jul 1, 2017
1 parent 5b489a2 commit e31c8bd
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 55 deletions.
168 changes: 118 additions & 50 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CoolQ机器人 基于[http插件](https://richardchien.github.io/coolq-http-api/
```
require_once '../Autoloader.php';
use CoolQ\CoolQ;
use CoolQSDK\CoolQ;
$CoolQ = new CoolQ('127.0.0.1',5700,'token');
Expand Down
2 changes: 1 addition & 1 deletion examples/getLoginInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

require_once '../Autoloader.php';

use CoolQ\CoolQ;
use CoolQSDK\CoolQ;

$CoolQ = new CoolQ('127.0.0.1',5700,'slight');
echo $CoolQ->getLoginInfo();
2 changes: 1 addition & 1 deletion src/CoolQ/CQ.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Time: 13:52
*/

namespace CoolQ;
namespace CoolQSDK;


class CQ
Expand Down
2 changes: 1 addition & 1 deletion src/CoolQ/CoolQ.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Time: 12:57
*/

namespace CoolQ;
namespace CoolQSDK;


class CoolQ
Expand Down
2 changes: 1 addition & 1 deletion src/CoolQ/MsgTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Time: 13:55
*/

namespace CoolQ;
namespace CoolQSDK;


class MsgTool
Expand Down

0 comments on commit e31c8bd

Please sign in to comment.