diff --git a/app/config/providers.php b/app/config/providers.php index b4ee25349..a377cae6f 100644 --- a/app/config/providers.php +++ b/app/config/providers.php @@ -226,7 +226,7 @@ return [ // Ordered by ABC. 'mock' => true, ], 'wordpress' => [ - 'name' => 'Wordpress', + 'name' => 'WordPress', 'developers' => 'https://developer.wordpress.com/docs/oauth2/', 'icon' => 'icon-wordpress', 'enabled' => true, diff --git a/src/Appwrite/Auth/OAuth2/Wordpress.php b/src/Appwrite/Auth/OAuth2/WordPress.php similarity index 98% rename from src/Appwrite/Auth/OAuth2/Wordpress.php rename to src/Appwrite/Auth/OAuth2/WordPress.php index 32a79ec4d..a83953405 100644 --- a/src/Appwrite/Auth/OAuth2/Wordpress.php +++ b/src/Appwrite/Auth/OAuth2/WordPress.php @@ -7,7 +7,7 @@ use Appwrite\Auth\OAuth2; // Reference Material // https://developer.wordpress.com/docs/wpcc/ -class Wordpress extends OAuth2 +class WordPress extends OAuth2 { /** * @var array