feat: add 'url' field to Integration model and update related requests and seeder

This commit is contained in:
2026-07-03 14:45:05 -03:00
parent 3887a4fcba
commit 21b8fa5f35
5 changed files with 17 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ class Integration extends Model
protected $fillable = [
'integration_code',
'name',
'url',
'integration_data_schema',
];