Skip to content

Commit e7053ed

Browse files
committed
Typo fix
Missing right bracket
1 parent fc37daf commit e7053ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Route::post('/oauth/authorize', array('before' => 'check-authorization-params|au
120120

121121
return Redirect::to(AuthorizationServer::makeRedirectWithError($params));
122122
}
123-
});
123+
}));
124124
```
125125

126126
If the authorization process is successful the client will be redirected to its ```redirect_uri``` parameter with an authorization code in the query string like in the example below

0 commit comments

Comments
 (0)