Added use statement to hopefully pull in the OAuth2ServerDatabase interface

This commit is contained in:
Alex Bilbie 2012-07-12 15:07:34 +01:00
parent ec706fc950
commit 96435463bc

View File

@ -22,6 +22,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
namespace oauth2server; namespace oauth2server;
use oauth2server\OAuth2ServerDatabase;
class OAuthServerClientException extends \Exception {} class OAuthServerClientException extends \Exception {}
class OAuthServerUserException extends \Exception {} class OAuthServerUserException extends \Exception {}