We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2790184 commit a3f30efCopy full SHA for a3f30ef
src/MixinSDKServiceProvider.php
@@ -24,7 +24,7 @@ public function boot()
24
public function register()
25
{
26
$this->app->bind('laravel-mixin-network-sdk', function ($app) {
27
- return new MixinSDK(config('mixinSDK', []));
+ return new MixinSDK(config('mixin_sdk', []));
28
});
29
}
30
0 commit comments