Skip to content

Commit

Permalink
modified: src/SocialiteManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SGKJ2016 committed Oct 16, 2017
1 parent f1a885c commit 585a6e0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/SocialiteManager.php
Expand Up @@ -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'];

Expand Down

0 comments on commit 585a6e0

Please sign in to comment.