Skip to content

Commit

Permalink
Merge pull request Xethron#3 from romualdvilletet/feature/laravel-fiv…
Browse files Browse the repository at this point in the history
…e-stable

Resolved Can't locate path with vendor:publish
  • Loading branch information
Xethron authored Feb 23, 2017
2 parents 1ba6e6c + 8c94d9f commit db024a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Way/Generators/GeneratorsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]);
}

Expand Down

0 comments on commit db024a3

Please sign in to comment.