traduccion producto

This commit is contained in:
Alejandro Tasistro 2024-07-03 19:23:14 -03:00
parent 0045bc6f13
commit 8e0ac9953d
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', 'categoria_id'
'nombre', 'precio', 'solidario', 'bono', 'categoria_id'
];
/**