From 0298f6fb7df990c890cd263046b6ce73a5274fc3 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 4 Sep 2012 12:42:33 +0100 Subject: [PATCH] Include IDP.php --- src/Oauth2/Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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