GeoIP add
This commit is contained in:
@@ -185,7 +185,7 @@ return [
|
||||
/*
|
||||
* Package Service Providers...
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
*/
|
||||
@@ -198,6 +198,7 @@ return [
|
||||
App\Providers\JetstreamServiceProvider::class,
|
||||
|
||||
\hisorange\BrowserDetect\ServiceProvider::class,
|
||||
\Torann\GeoIP\GeoIPServiceProvider::class,
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -213,6 +214,7 @@ return [
|
||||
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
// 'ExampleClass' => App\Example\ExampleClass::class,
|
||||
'GeoIP' => \Torann\GeoIP\Facades\GeoIP::class,
|
||||
])->toArray(),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user