diff --git a/src/SocialiteManager.php b/src/SocialiteManager.php index 277b6dc..cb9458f 100644 --- a/src/SocialiteManager.php +++ b/src/SocialiteManager.php @@ -131,16 +131,8 @@ protected function createTwitterDriver() * * @return \Hyhc\Socialite\One\AbstractProvider */ - protected function createMobileTwitterDriver() - { - $config = $this->app['config']['services.twitter']; - - return new TwitterProvider( - $this->app['request'], new TwitterServer($this->formatConfig($config)) - ); - } - protected function createMobileTwitter1Driver() + protected function createTwitter1Driver() { $config = $this->app['config']['services.twitter1'];