Skip to content

Commit

Permalink
fix route config
Browse files Browse the repository at this point in the history
  • Loading branch information
freebuu committed Aug 20, 2023
1 parent 96de649 commit 09594e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SocialiteLocalServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public function register()
private function routeConfiguration(): array
{
return [
'prefix' => 'socialite-local',
'as' => 'socialite-local.',
'prefix' => 'socialite_local',
'as' => 'socialite_local.',
'namespace' => 'FreeBuu\SocialiteLocal\Controllers'
];
}
Expand Down

0 comments on commit 09594e6

Please sign in to comment.