DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

[4.2] Add missing `$vpcUuid` default value #277

Closed nicolasbeauvais closed 3 years ago

nicolasbeauvais commented 3 years ago

The Droplet create method is missing a default value, which triggers an exception when calling the method: Required parameter $vpcUuid follows optional parameter $backups.

GrahamCampbell commented 3 years ago

Thanks. :)