Changes
This commit is contained in:
@@ -14,4 +14,9 @@ class VirtualExhibition extends Model
|
||||
protected $casts = [
|
||||
'content' => 'array'
|
||||
];
|
||||
|
||||
public function seo()
|
||||
{
|
||||
return $this->morphOne(Seo::class, 'seoable');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user