Skip to content

Commit a3f30ef

Browse files
committed
fix:
1 parent 2790184 commit a3f30ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MixinSDKServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot()
2424
public function register()
2525
{
2626
$this->app->bind('laravel-mixin-network-sdk', function ($app) {
27-
return new MixinSDK(config('mixinSDK', []));
27+
return new MixinSDK(config('mixin_sdk', []));
2828
});
2929
}
3030

0 commit comments

Comments
 (0)