Skip to content

Commit 979f69d

Browse files
committed
Update config path
1 parent 6883ff9 commit 979f69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cyberduck/LaravelWpApi/LaravelWpApiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class LaravelWpApiServiceProvider extends ServiceProvider {
2020
public function boot()
2121
{
2222
$this->publishes([
23-
__DIR__.'/../../config/config.php' => config_path('/packages/cyberduck/laravel-wp-api/laravel-wp-api.php'),
23+
__DIR__.'/../../config/config.php' => config_path('wp-api.php'),
2424
]);
2525
}
2626

0 commit comments

Comments
 (0)