Skip to content

Commit c12ea0f

Browse files
committed
Update Provider with STyleCI correct
1 parent f74a527 commit c12ea0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LaravelOAuthServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ private function bootInstagramSocialite()
8181
'instagram',
8282
function ($app) use ($socialite) {
8383
$config = $app['config']['services.instagram'];
84+
8485
return $socialite->buildProvider(InstagramProvider::class, $config);
8586
}
8687
);

0 commit comments

Comments
 (0)