feat: add 'url' field to Integration model and update related requests and seeder
This commit is contained in:
@@ -11,6 +11,7 @@ class Integration extends Model
|
||||
protected $fillable = [
|
||||
'integration_code',
|
||||
'name',
|
||||
'url',
|
||||
'integration_data_schema',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user