Updated examples

This commit is contained in:
Alex Bilbie
2016-04-18 08:32:58 +01:00
parent fb8f47e868
commit 2a6f900323
3 changed files with 16 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ $app = new App([
],
AuthorizationServer::class => function () {
// Init our repositories
$clientRepository = new ClientRepository();
$clientRepository = new ClientReptository();
$scopeRepository = new ScopeRepository();
$accessTokenRepository = new AccessTokenRepository();
$authCodeRepository = new AuthCodeRepository();