修bug
This commit is contained in:
@@ -11,8 +11,9 @@ class Video extends Model
|
||||
use HasCovers,
|
||||
BelongsToCategory;
|
||||
|
||||
public function getLogoUrlAttribute(): string
|
||||
public function getlinkUrlAttribute(): string
|
||||
{
|
||||
return $this->parseImageUrl($this->logo);
|
||||
return $this->parseImageUrl($this->link);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user