|
|
@@ -20,7 +20,7 @@ class VideoPlatform extends Model
|
|
|
|
|
|
public function videolist()
|
|
|
{
|
|
|
- return $this->belongsTo('Videolist', 'pid', 'id', [], 'LEFT')->setEagerlyType(0);
|
|
|
+ return $this->belongsTo('Videolist', 'vid', 'id', [], 'LEFT')->setEagerlyType(0);
|
|
|
}
|
|
|
public function platform()
|
|
|
{
|