belongsTo('Videolist', 'videolist_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function platform() { return $this->belongsTo('Platform', 'platform_id', 'id', [], 'LEFT')->setEagerlyType(0); } }