atrr option translation
This commit is contained in:
parent
230bd5b525
commit
c30ef712d3
|
|
@ -9,5 +9,5 @@ class AttributeOptionTranslation extends Model implements AttributeOptionTransla
|
|||
{
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = ['label'];
|
||||
protected $fillable = ['label','attribute_option_id','locale'];
|
||||
}
|
||||
Loading…
Reference in New Issue