atrr option translation

This commit is contained in:
merdan 2022-05-14 19:28:50 +05:00
parent 230bd5b525
commit c30ef712d3
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ class AttributeOptionTranslation extends Model implements AttributeOptionTransla
{
public $timestamps = false;
protected $fillable = ['label'];
protected $fillable = ['label','attribute_option_id','locale'];
}