re-added fillable attributes
This commit is contained in:
parent
3a7277faa0
commit
7e583ab8e9
@ -16,6 +16,13 @@ class Setting extends Eloquent
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* Attributes that should be mass-assignable.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['company_id', 'key', 'value'];
|
||||
|
||||
/**
|
||||
* The "booted" method of the model.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user