Skip to content

Commit

Permalink
Update SocialiteController.php
Browse files Browse the repository at this point in the history
fix key config
  • Loading branch information
Ichinya authored Jan 29, 2025
1 parent bd135d9 commit 30f5818
Showing 1 changed file with 1 addition and 1 deletion.
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 30f5818

Please sign in to comment.