Skip to content

Commit 707db20

Browse files
authored
Update SlackOAuthV2.php
Fix oauthv2 facade acessor name #33
1 parent dc7dde7 commit 707db20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vluzrmos/SlackApi/Facades/SlackOAuthV2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class SlackOAuthV2 extends Facade
1111
*/
1212
protected static function getFacadeAccessor()
1313
{
14-
return 'slack.oauthv2';
14+
return 'slack.o_auth_v2';
1515
}
1616
}

0 commit comments

Comments
 (0)