Skip to content

Commit ae7ebd9

Browse files
author
lidanyang
committed
Dfix
1 parent 248d811 commit ae7ebd9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/Constants/SoftDeleted.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55

6-
namespace Lib\Constants;
6+
namespace CC\Hyperf\Common\Constants;
77

88

99
use CC\Hyperf\Common\Framework\BaseEnum;

src/Framework/BaseModel.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?php
2-
32
declare(strict_types=1);
43

5-
64
namespace CC\Hyperf\Common\Framework;
75

8-
use Lib\Constants\SoftDeleted;
96
use Hyperf\Database\Model\Builder;
107
use Hyperf\DbConnection\Model\Model;
8+
use CC\Hyperf\Common\Constants\SoftDeleted;
119

1210
class BaseModel extends Model
1311
{

0 commit comments

Comments
 (0)