Skip to content

Commit

Permalink
Normalize all the handlers (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Nov 7, 2023
1 parent 2b9fd14 commit c8b8536
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions SlackExtendSocialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@

class SlackExtendSocialite
{
/**
* Register the provider.
*
* @param \SocialiteProviders\Manager\SocialiteWasCalled $socialiteWasCalled
*/
public function handle(SocialiteWasCalled $socialiteWasCalled)
public function handle(SocialiteWasCalled $socialiteWasCalled): void
{
$socialiteWasCalled->extendSocialite('slack', Provider::class);
}
Expand Down

0 comments on commit c8b8536

Please sign in to comment.