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 c32c4d4 commit 81d4a18Copy full SHA for 81d4a18
src/ServiceProvider.php
@@ -60,8 +60,7 @@ protected function setupConfig()
60
public function register()
61
{
62
$this->app->singleton(EasyWeChatApplication::class, function ($app) {
63
- $app = new Application(config('wechat'));
64
-
+ $app = new EasyWeChatApplication(config('wechat'));
65
if (config('wechat.use_laravel_cache')) {
66
$app->cache = new CacheBridge();
67
}
0 commit comments