feature/columna-totales #4

Open
atasistro wants to merge 46 commits from feature/columna-totales into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8e0ac9953d - Show all commits

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'
];
/**