8000 Merge pull request #20 from kvnZero/feat/替换底层Connection · APIJSON/hyperf-APIJSON@11b09c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11b09c6

Browse files
authored
Merge pull request kvnZero#20 from kvnZero/feat/替换底层Connection
update 调整文件路径
2 parents ea6d55a + 1ec0cdb commit 11b09c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Event/ApiJson/StatementComplete.php renamed to app/Event/StatementComplete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @time 2021/12/4 5:25 下午
99
*/
1010

11-
namespace App\Event\ApiJson;
11+
namespace App\Event;
1212

1313
class StatementComplete
1414
{

class_map/Hyperf/Database/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
namespace Hyperf\Database;
1313

14-
use App\Event\ApiJson\StatementComplete;
14+
use App\Event\StatementComplete;
1515
use Closure;
1616
use DateTimeInterface;
1717
use Doctrine\DBAL\Connection as DoctrineConnection;

0 commit comments

Comments
 (0)
0