mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Make some Subscriber fields fillable, fixes #2279
This commit is contained in:
parent
5411c9fec2
commit
26a4c720b2
@ -38,7 +38,11 @@ class Subscriber extends Model implements HasPresenter
|
||||
*
|
||||
* @var string[]
|
||||
*/
|
||||
protected $fillable = ['email'];
|
||||
protected $fillable = [
|
||||
'email',
|
||||
'verified_at',
|
||||
'global',
|
||||
];
|
||||
|
||||
/**
|
||||
* The validation rules.
|
||||
|
Loading…
x
Reference in New Issue
Block a user