diff --git a/docs/using-custom-persistence-managers.md b/docs/using-custom-persistence-managers.md index d53292a..1302338 100644 --- a/docs/using-custom-persistence-managers.md +++ b/docs/using-custom-persistence-managers.md @@ -8,9 +8,7 @@ Implement the 4 interfaces from the `League\Bundle\OAuth2ServerBundle\Manager` n And the interface for `CredentialsRevokerInterface`: - [CredentialsRevokerInterface](../src/Service/CredentialsRevokerInterface.php) -```php - -Example: +## Example: ```php class MyAccessTokenManager implements AccessTokenManagerInterface