diff --git a/src/Stevebauman/Location/LocationServiceProvider.php b/src/Stevebauman/Location/LocationServiceProvider.php index 1991e58..f7d8d85 100644 --- a/src/Stevebauman/Location/LocationServiceProvider.php +++ b/src/Stevebauman/Location/LocationServiceProvider.php @@ -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'); }