From 2d8ddfedfa8437cbf7653964b8b5624bc015b32c Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi Date: Fri, 8 Jul 2022 16:02:24 +0000 Subject: [PATCH] update comment --- src/Appwrite/Auth/OAuth2/Disqus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Disqus.php b/src/Appwrite/Auth/OAuth2/Disqus.php index 09523006b2..20fa28f998 100644 --- a/src/Appwrite/Auth/OAuth2/Disqus.php +++ b/src/Appwrite/Auth/OAuth2/Disqus.php @@ -5,7 +5,7 @@ namespace Appwrite\Auth\OAuth2; use Appwrite\Auth\OAuth2; // Reference Material -// [DOCS FROM OAUTH PROVIDER] +// https://disqus.com/api/docs/auth/ class Disqus extends OAuth2 {