guzzle / guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
MIT License
253 stars 78 forks source link

Update Parameter.php #185

Open garrettrathbone opened 2 years ago

garrettrathbone commented 2 years ago

Set $data to originalData after extend to allow nested models that are extended by other models to pass properties through to parents, per issue 184 (https://github.com/guzzle/guzzle-services/issues/184).