Phaxio/vendor/phaxio/phaxio/lib/Phaxio/PhaxioPublic/CountryCollection.php
d6c2a24e
 <?php
 
 namespace Phaxio\PhaxioPublic;
 
 class CountryCollection extends \Phaxio\AbstractResourceCollection
 {
     protected $resource = 'public/countries';
     protected $resource_class = 'PhaxioPublic\\Country';
 }