'']; /** * The attributes that should be casted to native types. * * @var string[] */ protected $casts = [ 'name' => 'string', 'value' => 'string', ]; /** * The fillable properties. * * @var string[] */ protected $fillable = ['name', 'value']; }