vultr / vultr-php

The Official Vultr API PHP Wrapper

Home Page:https://www.vultr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] - missing ListOptions namespace declaration causes library to crash

mercymantis opened this issue · comments

The namespace declaration for ListOptions is missing from /src/Services/VPC/VPCService.php and /src/Services/Firewall/FirewallService.php files which causes the library to crash when calling list methods.

This can be reproduced by calling $client->firewall->getFirewallGroups and $client->vpc->getVPCs

Thanks for reporting this issue @mercymantis . Should be resolved, now