Skip to content

Commit

Permalink
Update SlackOAuthV2.php
Browse files Browse the repository at this point in the history
Fix oauthv2 facade acessor name

#33
  • Loading branch information
vluzrmos committed Aug 31, 2021
1 parent dc7dde7 commit 707db20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vluzrmos/SlackApi/Facades/SlackOAuthV2.php
Expand Up @@ -11,6 +11,6 @@ class SlackOAuthV2 extends Facade
*/
protected static function getFacadeAccessor()
{
return 'slack.oauthv2';
return 'slack.o_auth_v2';
}
}

0 comments on commit 707db20

Please sign in to comment.