Skip to content

Commit 0caa09c

Browse files
committed
Fix config path
1 parent 979f69d commit 0caa09c

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
@@ -33,7 +33,7 @@ public function register()
3333
{
3434
$this->app->bindShared('wp-api', function ($app) {
3535

36-
$endpoint = $this->app['config']->get('laravel-wp-api.endpoint');
36+
$endpoint = $this->app['config']->get('wp-api.endpoint');
3737
$client = new Client();
3838

3939
return new WpApi($endpoint, $client);

0 commit comments

Comments
 (0)