Added most of the attributes for the City model

This commit is contained in:
Gregory Oschwald
2013-05-07 15:36:20 -07:00
parent 01bf8c2d7c
commit 45228dfad4
3 changed files with 53 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace GeoIP2\Record;
class Postal extends AbstractRecord
{
}