LKDevelopment / hetzner-cloud-php-sdk

A PHP SDK for the Hetzner Cloud API
MIT License
104 stars 51 forks source link

Allow overriding of client configuration on custom GuzzleClient. #40

Closed LKaemmerling closed 4 years ago

LKaemmerling commented 4 years ago

This fixes #39

@fliespl could you please confirm that this branch fixes your issues ? (Just use dev-fix-correct-client-types as version in your composer.json.

fliespl commented 4 years ago

I think two more models need this change as well: Subnet.php & Route.php

LKaemmerling commented 4 years ago

Yep, you are right! I pushed the change. Thanks!

fliespl commented 4 years ago

Looks good! Thank you :)