campos rellenables

This commit is contained in:
Alejandro Tasistro 2024-03-12 22:27:22 -03:00
parent c18f745fab
commit 9fbfcf9e0a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Producto extends Model
* @var array<int, string>
*/
protected $fillable = [
'name', 'price', 'solidario', 'bono'
'name', 'price', 'solidario', 'bono', 'categoria_id'
];
/**