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 979f69d commit 0caa09cCopy full SHA for 0caa09c
src/Cyberduck/LaravelWpApi/LaravelWpApiServiceProvider.php
@@ -33,7 +33,7 @@ public function register()
33
{
34
$this->app->bindShared('wp-api', function ($app) {
35
36
- $endpoint = $this->app['config']->get('laravel-wp-api.endpoint');
+ $endpoint = $this->app['config']->get('wp-api.endpoint');
37
$client = new Client();
38
39
return new WpApi($endpoint, $client);
0 commit comments