作者 刘锟

小语种自定义跳转链接

@@ -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 }