feat(attachments): create Attachment model and migration for file attachments
This commit is contained in:
@@ -47,7 +47,6 @@ class Tenant extends Model
|
||||
{
|
||||
return $this->hasMany(Product::class, 'tenant_codigo', 'codigo');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return HasMany<TenantPropValue, $this>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user