Skip to content

Commit

Permalink
fix config path for laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroo-b committed May 30, 2015
1 parent bcdcfda commit 5e1f802
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 5e1f802

Please sign in to comment.