Skip to content

Commit

Permalink
Fixing the name
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Dec 12, 2016
1 parent f55ac0d commit 46412de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/GeoIpServiceProvider.php → src/GeoIPServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
use Illuminate\Support\Arr;

/**
* Class GeoIpServiceProvider
* Class GeoIPServiceProvider
*
* @package Arcanedev\GeoIP
* @author ARCANEDEV <[email protected]>
*/
class GeoIpServiceProvider extends PackageServiceProvider
class GeoIPServiceProvider extends PackageServiceProvider
{
/* ------------------------------------------------------------------------------------------------
| Properties
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function setUp()
protected function getPackageProviders($app)
{
return [
\Arcanedev\GeoIP\GeoIpServiceProvider::class,
\Arcanedev\GeoIP\GeoIPServiceProvider::class,
];
}

Expand Down

0 comments on commit 46412de

Please sign in to comment.