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 89f50bc commit 9dfc76bCopy full SHA for 9dfc76b
src/SocialiteManager.php
@@ -138,7 +138,7 @@ protected function createTwitterDriver()
138
*/
139
protected function createTwitterOAuth2Driver()
140
{
141
- $config = $this->config->get('services.twitter');
+ $config = $this->config->get('services.twitter') ?? $this->config->get('services.twitter-oauth-2');
142
143
return $this->buildProvider(
144
TwitterOAuth2Provider::class, $config
0 commit comments