Add namespace to the stubs
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Model;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Model;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Model;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Model;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Record;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Record;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Record;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Record;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Record;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Record;
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Record;
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace GeoIP2\Webservice;
|
||||||
|
|
||||||
|
use GeoIP2\Error\Generic;
|
||||||
|
use GeoIP2\Error\HTTP;
|
||||||
|
use GeoIP2\Error\Webservice;
|
||||||
|
use GeoIP2\Model\City;
|
||||||
|
use GeoIP2\Model\CityISPOrg;
|
||||||
|
use GeoIP2\Model\Country;
|
||||||
|
use GeoIP2\Model\Omni;
|
||||||
|
|||||||
Reference in New Issue
Block a user