update v1.0.5
This commit is contained in:
@@ -8,6 +8,6 @@ class MailboxProtocol extends Model {
|
||||
|
||||
protected $table = 'mailbox_protocol';
|
||||
|
||||
protected $fillable = ['id', 'name'];
|
||||
protected $fillable = ['id', 'name', 'value'];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user