From f6cc8bbb42050769a9f3b427ba5fc679076bf11d Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 12 Feb 2016 14:17:49 +0000 Subject: [PATCH] Import namespace --- examples/public/auth_code.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/public/auth_code.php b/examples/public/auth_code.php index 3b2642c0..761f7ae3 100644 --- a/examples/public/auth_code.php +++ b/examples/public/auth_code.php @@ -1,6 +1,7 @@ enableGrantType( - new \League\OAuth2\Server\Grant\AuthCodeGrant( + new AuthCodeGrant( $authCodeRepository, $refreshTokenRepository, $userRepository,