feat: add tags
This commit is contained in:
@@ -12,5 +12,9 @@ public function questions()
|
||||
{
|
||||
return $this->belongsToMany(Question::class);
|
||||
}
|
||||
public function media()
|
||||
{
|
||||
return $this->belongsToMany(Media::class);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user