We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7211017 commit 866e90dCopy full SHA for 866e90d
README.md
@@ -45,7 +45,7 @@ PulkitJalan\GeoIP\GeoIPServiceProvider::class
45
Next add the following to the `aliases` array in your `config/app.php`
46
47
```php
48
-'GeoIP' => PulkitJalan\GeoIP\Facades\GeoIP:class
+'GeoIP' => PulkitJalan\GeoIP\Facades\GeoIP::class
49
```
50
51
Next run `php artisan vendor:publish --provider="PulkitJalan\GeoIP\GeoIPServiceProvider" --tag="config"` to publish the config file.
0 commit comments