Throw some exceptions so I can spot deprecated code.

This commit is contained in:
James Cole
2023-09-21 16:09:40 +02:00
parent 0b220f3288
commit 62bba0d33b
22 changed files with 51 additions and 42 deletions

View File

@@ -90,7 +90,7 @@ class RuleGroup extends Model
];
/** @var array Fields that can be filled */
protected $fillable = ['user_id', 'stop_processing', 'order', 'title', 'description', 'active'];
protected $fillable = ['user_id', 'user_group_id', 'stop_processing', 'order', 'title', 'description', 'active'];
/**
* Route binder. Converts the key in the URL to the specified object (or throw 404).