Используем в качестве компонента для соединения с редисом библиотеку Predis

This commit is contained in:
ErickSkrauch
2016-11-27 17:41:39 +03:00
parent bec00df77b
commit 744ec9520a
13 changed files with 472 additions and 22 deletions

View File

@ -2,8 +2,8 @@
namespace api\components\OAuth2\Storage;
use api\components\OAuth2\Entities\AuthCodeEntity;
use common\components\redis\Key;
use common\components\redis\Set;
use common\components\Redis\Key;
use common\components\Redis\Set;
use League\OAuth2\Server\Entity\AuthCodeEntity as OriginalAuthCodeEntity;
use League\OAuth2\Server\Entity\ScopeEntity;
use League\OAuth2\Server\Storage\AbstractStorage;