*/ protected $fillable = [ 'key', 'value', ]; /** * Indicates if the model should be timestamped. * * @var bool */ public $timestamps = false; /** * Casts. * * @var array */ protected $casts = []; }