WIN-2308041133\Administrator 8 月之前
父節點
當前提交
0174ee3d4c
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      application/common/model/VideoContributionRecord.php

+ 0 - 4
application/common/model/VideoContributionRecord.php

@@ -25,8 +25,4 @@ class VideoContributionRecord extends Model
     {
         return $this->belongsTo('Videolist', 'vid', 'id', [], 'LEFT')->setEagerlyType(0);
     }
-    public function platform()
-    {
-        return $this->belongsTo('Platform', 'platform_id', 'id', [], 'LEFT')->setEagerlyType(0);
-    }
 }