Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Jun 26, 2018
1 parent 8f3c67c commit 5fc418d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Swoole.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
// +----------------------------------------------------------------------
namespace think\swoole;

use think\swoole\Server as HttpServer;
use Swoole\Http\Server as HttpServer;
use think\swoole\Server;

/**
* Swoole 命令行服务类
Expand Down

0 comments on commit 5fc418d

Please sign in to comment.