We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6883ff9 commit 979f69dCopy full SHA for 979f69d
src/Cyberduck/LaravelWpApi/LaravelWpApiServiceProvider.php
@@ -20,7 +20,7 @@ class LaravelWpApiServiceProvider extends ServiceProvider {
20
public function boot()
21
{
22
$this->publishes([
23
- __DIR__.'/../../config/config.php' => config_path('/packages/cyberduck/laravel-wp-api/laravel-wp-api.php'),
+ __DIR__.'/../../config/config.php' => config_path('wp-api.php'),
24
]);
25
}
26
0 commit comments