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 f74a527 commit c12ea0fCopy full SHA for c12ea0f
src/LaravelOAuthServiceProvider.php
@@ -81,6 +81,7 @@ private function bootInstagramSocialite()
81
'instagram',
82
function ($app) use ($socialite) {
83
$config = $app['config']['services.instagram'];
84
+
85
return $socialite->buildProvider(InstagramProvider::class, $config);
86
}
87
);
0 commit comments