Skip to content

Commit

Permalink
Move everything to register
Browse files Browse the repository at this point in the history
  • Loading branch information
jestillore committed Mar 19, 2019
1 parent db60c7d commit 370258c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/GeocoderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@ class GeocoderServiceProvider extends ServiceProvider
public function register()
{
$this->mergeConfigFrom(__DIR__ . '/../config/geocoder.php', 'geocoder');
}

/**
* Register the singleton
*
* @return void
*/
public function boot()
{
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__ . '/../config/geocoder.php' => config_path('geocoder.php')
Expand Down

0 comments on commit 370258c

Please sign in to comment.