diff --git a/src/Way/Generators/GeneratorsServiceProvider.php b/src/Way/Generators/GeneratorsServiceProvider.php index c21f9ac1..2f5ace90 100644 --- a/src/Way/Generators/GeneratorsServiceProvider.php +++ b/src/Way/Generators/GeneratorsServiceProvider.php @@ -27,7 +27,7 @@ public function boot() { // If you need to override the default config, copy config/config.php to /config/generators.config.php and update $this->publishes([ - __DIR__.'/../config/config.php' => config_path('generators.config.php'), + __DIR__.'../../config/config.php' => config_path('generators.config.php'), ]); }