From c30ef712d3c1393ff599d4881d3b0b59bdc8d09d Mon Sep 17 00:00:00 2001 From: merdan Date: Sat, 14 May 2022 19:28:50 +0500 Subject: [PATCH] atrr option translation --- .../Webkul/Attribute/src/Models/AttributeOptionTranslation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Attribute/src/Models/AttributeOptionTranslation.php b/packages/Webkul/Attribute/src/Models/AttributeOptionTranslation.php index aa47684e9..5ad784d80 100644 --- a/packages/Webkul/Attribute/src/Models/AttributeOptionTranslation.php +++ b/packages/Webkul/Attribute/src/Models/AttributeOptionTranslation.php @@ -9,5 +9,5 @@ class AttributeOptionTranslation extends Model implements AttributeOptionTransla { public $timestamps = false; - protected $fillable = ['label']; + protected $fillable = ['label','attribute_option_id','locale']; } \ No newline at end of file