Skip to content

Commit

Permalink
rollback namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jan 7, 2022
1 parent a24e336 commit 4e92bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OneBot/V12/Driver/SwooleDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

use Error;
use MessagePack\MessagePack;
use OneBot\Util\MPUtils;
use OneBot\V12\Action\ActionResponse;
use OneBot\V12\Exception\OneBotFailureException;
use OneBot\V12\MPUtils;
use OneBot\V12\Object\Event\OneBotEvent;
use OneBot\V12\RetCode;
use Swoole\Http\Request;
Expand Down
2 changes: 1 addition & 1 deletion src/OneBot/V12/Driver/WorkermanDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

use Error;
use MessagePack\MessagePack;
use OneBot\Util\MPUtils;
use OneBot\V12\Action\ActionResponse;
use OneBot\V12\Driver\Workerman\Worker;
use OneBot\V12\Exception\OneBotFailureException;
use OneBot\V12\MPUtils;
use OneBot\V12\Object\Event\OneBotEvent;
use OneBot\V12\RetCode;
use Throwable;
Expand Down

0 comments on commit 4e92bdb

Please sign in to comment.