feat: add tags

This commit is contained in:
2025-11-26 09:34:33 +03:30
parent fef81022fa
commit bebf685f32
5 changed files with 79 additions and 6 deletions
+4
View File
@@ -12,5 +12,9 @@ public function questions()
{
return $this->belongsToMany(Question::class);
}
public function media()
{
return $this->belongsToMany(Media::class);
}
}