Skip to content

Commit 20d13d0

Browse files
authored
add namespace
1 parent 37c6cee commit 20d13d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gateway.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
namespace GatewayClient;
23
/**
34
* This file is part of workerman.
45
*
@@ -14,7 +15,7 @@
1415

1516
/**
1617
* 数据发送相关
17-
* @version 2.0.7
18+
* @version 3.0.0
1819
*/
1920
class Gateway
2021
{

0 commit comments

Comments
 (0)