We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed9177 commit 513e9eeCopy full SHA for 513e9ee
src/Toin0u/Geocoder/GeocoderServiceProvider.php
@@ -45,8 +45,6 @@ public function boot()
45
*/
46
public function register()
47
{
48
- $app = $this->app;
49
-
50
$this->app->singleton('geocoder.adapter', function($app) {
51
$adapter = $app['config']->get('geocoder-laravel::adapter');
52
0 commit comments