Updated namespace use for Util\SecureKey

This commit is contained in:
Alex Bilbie 2013-01-29 16:53:39 +00:00
parent 781bf985c3
commit 9b6a92c506

View File

@ -2,7 +2,7 @@
namespace OAuth2;
use OAuth2\Util;
use OAuth2\Util\SecureKey;
use OAuth2\Storage\SessionInterface;
use OAuth2\Storage\ClientInterface;
use OAuth2\Storage\ScopeInterface;