diff --git a/app/Models/Producto.php b/app/Models/Producto.php index 04f935e..64a047a 100644 --- a/app/Models/Producto.php +++ b/app/Models/Producto.php @@ -7,6 +7,15 @@ class Producto extends Model { + /** + * The attributes that are mass assignable. + * + * @var array + */ + protected $fillable = [ + 'name', 'price', 'solidario', 'bono' + ]; + /** * La categoría a la que pertenece el producto. */