Fix for hhvm difference

This commit is contained in:
Gregory Oschwald 2014-06-18 10:37:21 -07:00
parent 84299eba92
commit 04ccb67cea

View File

@ -8,8 +8,7 @@ namespace GeoIp2\Model;
*/ */
abstract class AbstractModel implements \JsonSerializable abstract class AbstractModel implements \JsonSerializable
{ {
private $raw; protected $raw;
/** /**
* @ignore * @ignore