Skip to content

Commit 4cf129c

Browse files
authored
Normalize all the handlers (#1094)
1 parent a4cd5c6 commit 4cf129c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

AuthentikExtendSocialite.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66

77
class AuthentikExtendSocialite
88
{
9-
/**
10-
* Register the provider.
11-
*
12-
* @param \SocialiteProviders\Manager\SocialiteWasCalled $socialiteWasCalled
13-
*/
14-
public function handle(SocialiteWasCalled $socialiteWasCalled)
9+
public function handle(SocialiteWasCalled $socialiteWasCalled): void
1510
{
1611
$socialiteWasCalled->extendSocialite('authentik', Provider::class);
1712
}

0 commit comments

Comments
 (0)