Skip to content

Commit

Permalink
Merge pull request #475 from kawax/bitbucket
Browse files Browse the repository at this point in the history
Fix bitbucket
  • Loading branch information
taylorotwell authored Sep 12, 2020
2 parents 35d71b2 + d4a31f4 commit 31693c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocialiteManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function createLinkedinDriver()
*/
protected function createBitbucketDriver()
{
$config = $this->config->get('services.linkedin');
$config = $this->config->get('services.bitbucket');

return $this->buildProvider(
BitbucketProvider::class, $config
Expand Down

0 comments on commit 31693c8

Please sign in to comment.