Skip to content

Commit 513e9ee

Browse files
committed
remove useless var
1 parent 9ed9177 commit 513e9ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Toin0u/Geocoder/GeocoderServiceProvider.php

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public function boot()
4545
*/
4646
public function register()
4747
{
48-
$app = $this->app;
49-
5048
$this->app->singleton('geocoder.adapter', function($app) {
5149
$adapter = $app['config']->get('geocoder-laravel::adapter');
5250

0 commit comments

Comments
 (0)