Update config path
This commit is contained in:
parent
6883ff9d98
commit
979f69dabb
|
|
@ -20,7 +20,7 @@ class LaravelWpApiServiceProvider extends ServiceProvider {
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__.'/../../config/config.php' => config_path('/packages/cyberduck/laravel-wp-api/laravel-wp-api.php'),
|
__DIR__.'/../../config/config.php' => config_path('wp-api.php'),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue