diff --git a/src/Providers/WeChat.php b/src/Providers/WeChat.php index b751d1b..321d197 100644 --- a/src/Providers/WeChat.php +++ b/src/Providers/WeChat.php @@ -252,7 +252,6 @@ protected function prepareForComponent(array $component) throw new InvalidArgumentException('Please check your config arguments is available.'); } - $this->scopes = ['snsapi_base']; $this->component = $config; } }