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