Skip to content

Commit 2364d6a

Browse files
committed
Merge pull request #256 from Xlator/fix/service-provider
[Bugfix] Fix typo in service provider
2 parents bd3d29a + 5c5a961 commit 2364d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth2ServerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function registerAuthorizer()
6767
->requireScopeParam($config['scope_param'])
6868
->setDefaultScope($config['default_scope'])
6969
->requireStateParam($config['state_param'])
70-
->setScopeDelimeter($config['scope_delimiter'])
70+
->setScopeDelimiter($config['scope_delimiter'])
7171
->setAccessTokenTTL($config['access_token_ttl']);
7272

7373
// add the supported grant types to the authorization server

0 commit comments

Comments
 (0)