mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 11:48:05 +00:00
Fix some final webhook code.
This commit is contained in:
@@ -82,7 +82,7 @@ class Webhook extends Model
|
||||
// delivery
|
||||
public const DELIVERY_JSON = 300;
|
||||
|
||||
protected $fillable = ['active', 'trigger', 'response', 'delivery', 'user_id', 'url'];
|
||||
protected $fillable = ['active', 'trigger', 'response', 'delivery', 'user_id', 'url', 'title', 'secret'];
|
||||
|
||||
protected $casts
|
||||
= [
|
||||
|
Reference in New Issue
Block a user