re-added fillable attributes

This commit is contained in:
Denis Duliçi 2021-01-19 17:36:39 +03:00
parent 3a7277faa0
commit 7e583ab8e9

View File

@ -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.
*