feat(attachments): create Attachment model and migration for file attachments

This commit is contained in:
2026-06-25 12:07:52 -03:00
parent 492c6c4ac2
commit b874a45724
3 changed files with 83 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ class Tenant extends Model
{
return $this->hasMany(Product::class, 'tenant_codigo', 'codigo');
}
/**
* @return HasMany<TenantPropValue, $this>
*/