feat(website-type): add 'dominio' field to WebsiteType model and update related tests

This commit is contained in:
2026-07-31 12:06:27 -03:00
parent 893bea1492
commit 6858b387c3
4 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
#[Fillable([
'codigo',
'nombre',
'dominio',
'primary_color',
'secondary_color',
'danger_color',