From f85962547c889669548127e9b59f80a3235c7d7f Mon Sep 17 00:00:00 2001 From: Wycliff Wasonga <74678465+wycliffwasonga@users.noreply.github.com> Date: Thu, 24 Jun 2021 14:46:01 +0300 Subject: [PATCH] fix typo in doctrine.md --- content/cookbook/doctrine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cookbook/doctrine.md b/content/cookbook/doctrine.md index 3b9b77f..39fd4a1 100644 --- a/content/cookbook/doctrine.md +++ b/content/cookbook/doctrine.md @@ -53,7 +53,7 @@ OAuthAccessToken: onUpdate: CASCADE ``` -Once you've generated the models off this schema, you will have an `OAuthClient` and `OAuthCleintTable` class +Once you've generated the models off this schema, you will have an `OAuthClient` and `OAuthClientTable` class file, as well as an `OAuthAccessToken` and `OAuthAccessTokenTable` object. Implement `OAuth2\Storage\ClientCredentialsInterface` on the `OAuthClientTable` class: