We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248d811 commit ae7ebd9Copy full SHA for ae7ebd9
2 files changed
src/Constants/SoftDeleted.php
@@ -3,7 +3,7 @@
3
declare(strict_types=1);
4
5
6
-namespace Lib\Constants;
+namespace CC\Hyperf\Common\Constants;
7
8
9
use CC\Hyperf\Common\Framework\BaseEnum;
src/Framework/BaseModel.php
@@ -1,13 +1,11 @@
1
<?php
2
-
namespace CC\Hyperf\Common\Framework;
-use Lib\Constants\SoftDeleted;
use Hyperf\Database\Model\Builder;
10
use Hyperf\DbConnection\Model\Model;
+use CC\Hyperf\Common\Constants\SoftDeleted;
11
12
class BaseModel extends Model
13
{
0 commit comments