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 63a7b1e commit 6532ad6Copy full SHA for 6532ad6
src/Upwebdesign/Lob/LobServiceProvider.php
@@ -30,7 +30,7 @@ public function register()
30
{
31
$that = $this;
32
$this->app->singleton('lob', function() use ($that) {
33
- return new Lob($this->app['config']->get('laravel-lob::api_key'));
+ return new Lob($this->app['config']->get('laravel-lob::lob.api_key'));
34
});
35
}
36
0 commit comments