diff --git a/src/Oauth2/Client/Client.php b/src/Oauth2/Client/Client.php index 9b4ea2e3..d3fffe23 100755 --- a/src/Oauth2/Client/Client.php +++ b/src/Oauth2/Client/Client.php @@ -4,7 +4,7 @@ namespace Oauth2\Client; include('Exception.php'); include('Token.php'); -include('Provider.php'); +include('IDP.php'); /** * OAuth2.0