for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace HughCube\IpDb\Proxies;
/**
* Class Info.
*/
class Info
{
public function __construct(array $data)
foreach ($data as $field => $value) {
$this->{$field} = $value;
}