Skip to content

Commit 378333b

Browse files
author
Luca Degasperi
committed
Merge branch 'master' of github.com:lucadegasperi/oauth2-server-laravel
2 parents c7320a1 + 655492f commit 378333b

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
@@ -29,7 +29,7 @@ Add this line of code to the ```providers``` array located in your ```app/config
2929
'LucaDegasperi\OAuth2Server\OAuth2ServerServiceProvider',
3030
```
3131

32-
And this lines to the ```facades``` array:
32+
And this lines to the ```aliases``` array:
3333
```php
3434
'AuthorizationServer' => 'LucaDegasperi\OAuth2Server\Facades\AuthorizationServerFacade',
3535
'ResourceServer' => 'LucaDegasperi\OAuth2Server\Facades\ResourceServerFacade',

0 commit comments

Comments
 (0)