WIN-2308041133\Administrator 8 tháng trước cách đây
mục cha
commit
0174ee3d4c
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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);
-    }
 }