Skip to content

Commit

Permalink
Merge pull request #2 from Ichinya/master
Browse files Browse the repository at this point in the history
add key to lang
  • Loading branch information
lee-to authored Jan 29, 2025
2 parents f765be8 + 30f5818 commit 8d3d160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/en/socialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
return [
'link_exists' => 'Account already exists',
'link_success' => 'Account linked',
'link_socialite' => 'Link account',
'linked_socialite' => 'Account linked',
];
1 change: 1 addition & 0 deletions lang/ru/socialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
return [
'link_exists' => 'Аккаунт уже привязан',
'link_success' => 'Аккаунт привязан',
'link_socialite' => 'Аккаунты, которые можно привязать',
'linked_socialite' => 'Привязанные аккаунты',
];
2 changes: 1 addition & 1 deletion src/Http/Controllers/SocialiteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function hasDriver(string $driver): bool

protected function drivers(): array
{
return config('socialite.drivers', []);
return config('moonshine-socialite.drivers', []);
}

/**
Expand Down

0 comments on commit 8d3d160

Please sign in to comment.