moshaorui 4 月之前
父节点
当前提交
5c1e2dd427
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/DistProductCategory.php

+ 1 - 1
app/Models/DistProductCategory.php

@@ -11,7 +11,7 @@ use Spatie\EloquentSortable\Sortable;
 use Illuminate\Database\Eloquent\Scope;
 
 use App\Distributor\Scopes;
-class DistProductCategory extends Model implements Sortable
+class DistProductCategory extends Model
 {
     use HasDateTimeFormatter,
         ModelTree {