正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -3,8 +3,11 @@ | @@ -3,8 +3,11 @@ | ||
| 3 | namespace App\Models\Project; | 3 | namespace App\Models\Project; |
| 4 | 4 | ||
| 5 | use App\Models\Base; | 5 | use App\Models\Base; |
| 6 | +use Illuminate\Database\Eloquent\SoftDeletes; | ||
| 6 | 7 | ||
| 7 | class CountryCustom extends Base | 8 | class CountryCustom extends Base |
| 8 | { | 9 | { |
| 10 | + use SoftDeletes; | ||
| 11 | + | ||
| 9 | protected $table = 'gl_project_country_custom'; | 12 | protected $table = 'gl_project_country_custom'; |
| 10 | } | 13 | } |
-
请 注册 或 登录 后发表评论