Skip to content

Commit 3934cec

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 7ade85c + a9b50a2 commit 3934cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can pass additional OAuth2 Server Options by setting `options` property on t
5757
The next step you should run migration
5858

5959
```php
60-
yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/migrations
60+
yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/src/migrations
6161
```
6262

6363
this migration creates the oauth2 database scheme and insert test user credentials ```testclient:testpass``` for ```http://fake/```
@@ -193,4 +193,4 @@ class PublicKeyStorage implements \OAuth2\Storage\PublicKeyInterface{
193193
For more, see https://github.com/bshaffer/oauth2-server-php
194194

195195
# Authors & Contributors
196-
The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).
196+
The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).

0 commit comments

Comments
 (0)