mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-08 21:52:24 +05:30
Remove incorrect notice
Issue #553 has seemingly been reversed, updating docs to reflect this.
This commit is contained in:
parent
7db69cceb6
commit
e1a5e0fbe5
@ -14,8 +14,6 @@ This method should return an implementation of `\League\OAuth2\Server\Entities\A
|
||||
* `League\OAuth2\Server\Entities\Traits\EntityTrait`
|
||||
* `League\OAuth2\Server\Entities\Traits\TokenEntityTrait`
|
||||
|
||||
Note in version `5.0.x` this method has a number of parameters passed in. As of version `5.1.0` these parameters have been removed because they were unnecessary (see issue #553).
|
||||
|
||||
## persistNewAccessToken() : void
|
||||
|
||||
When a new access token is created this method will be called. You don't have to do anything here but for auditing you probably want to.
|
||||
|
Loading…
Reference in New Issue
Block a user