This commit is contained in:
zyimm 2022-08-11 19:16:30 +08:00
parent 939a748c4c
commit 0a1a0ed513

View File

@ -9,7 +9,7 @@ declare(strict_types=1);
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace Hyperf\MqttServer;
namespace Zyimm\MqttServer;
use Hyperf\Context\Context;
use Hyperf\Contract\ConfigInterface;