Add namespace to the stubs
This commit is contained in:
parent
5d95544cc1
commit
0760f7f511
|
@ -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;
|
Loading…
Reference in New Issue
Block a user