Skip to content

Commit 59d42e4

Browse files
authored
Merge pull request #2 from Mckenziearts/analysis-8QBpyp
Apply fixes from StyleCI
2 parents 4503cc1 + 6cf89ed commit 59d42e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LaravelSocialite.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function socialiteButtons(string $type)
1818

1919
foreach ($providers as $provider => $status) {
2020
if ($status === true) {
21-
2221
if (config('laravel-oauth.buttons.outline') === true) {
2322
$buttons .= '<a href="'.url("/auth/$provider").'" class="'.config('laravel-oauth.buttons.class').' btn-outline-'.$provider.'">';
2423
} else {

0 commit comments

Comments
 (0)