Closed bastiendonjon closed 8 years ago
You should have updated the array syntax to brackets as well. As in the config/app.php it looks like the following:
'providers' => [ ... Torann\GeoIP\GeoIPServiceProvider::class, ]
'aliases' => [ ... 'GeoIP' => Torann\GeoIP\GeoIPFacade::class, ]
Thank you! This is fully implemented in the upcoming version 1.0 release
You should have updated the array syntax to brackets as well. As in the config/app.php it looks like the following: