style:code

This commit is contained in:
zyimm 2023-07-07 16:27:12 +08:00
parent 9b75fa7912
commit bbf6308151
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
namespace tm\xls\rocketMq\thinkphp;
use tm\xls\rocketMq\thinkphp\connection\Connection;
use ttm\xls\rocketMq\thinkphp\producer\Producer;
use tm\xls\rocketMq\thinkphp\producer\Producer;
class Client

View File

@ -1,6 +1,6 @@
<?php
namespace ttm\xls\rocketMq\thinkphp\producer;
namespace tm\xls\rocketMq\thinkphp\producer;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Exception\RequestException;