Skip to content

Commit b4b7923

Browse files
committed
Corrected a Typo
1 parent 1fe769e commit b4b7923

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
@@ -68,7 +68,7 @@ public function registerAuthorizer()
6868
->requireScopeParam($config['scope_param'])
6969
->setDefaultScope($config['default_scope'])
7070
->requireStateParam($config['state_param'])
71-
->setScopeDelimeter($config['scope_delimiter'])
71+
->setScopeDelimiter($config['scope_delimiter'])
7272
->setAccessTokenTTL($config['access_token_ttl']);
7373

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

0 commit comments

Comments
 (0)