campos rellenables
This commit is contained in:
parent
c18f745fab
commit
9fbfcf9e0a
|
@ -13,7 +13,7 @@ class Producto extends Model
|
||||||
* @var array<int, string>
|
* @var array<int, string>
|
||||||
*/
|
*/
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'name', 'price', 'solidario', 'bono'
|
'name', 'price', 'solidario', 'bono', 'categoria_id'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue