Skip to content

Commit 1ec0cdb

Browse files
committed
update 调整文件路径
1 parent 6a5a400 commit 1ec0cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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)