Skip to content

Commit 6532ad6

Browse files
committed
updated api_key config
1 parent 63a7b1e commit 6532ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Upwebdesign/Lob/LobServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function register()
3030
{
3131
$that = $this;
3232
$this->app->singleton('lob', function() use ($that) {
33-
return new Lob($this->app['config']->get('laravel-lob::api_key'));
33+
return new Lob($this->app['config']->get('laravel-lob::lob.api_key'));
3434
});
3535
}
3636

0 commit comments

Comments
 (0)