Skip to content

Commit

Permalink
Merge pull request #11 from Maroo-b/master
Browse files Browse the repository at this point in the history
fix config path for laravel 5
  • Loading branch information
stevebauman committed May 30, 2015
2 parents bcdcfda + 5e1f802 commit eb609b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stevebauman/Location/LocationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function register()
$this->package('stevebauman/location');
} else {
$this->publishes([
__DIR__.'../../../config/config.php' => config_path('location.php'),
__DIR__.'/../../config/config.php' => config_path('location.php'),
], 'config');
}

Expand Down

0 comments on commit eb609b1

Please sign in to comment.