Update Adapter to AbstractStorage in examples/relational

This commit is contained in:
Brooke Bryan
2014-11-12 10:38:09 +00:00
parent 1ff885cff1
commit 8b1f3ef193
6 changed files with 12 additions and 12 deletions

View File

@@ -4,10 +4,10 @@ namespace RelationalExample\Storage;
use Illuminate\Database\Capsule\Manager as Capsule;
use League\OAuth2\Server\Entity\RefreshTokenEntity;
use League\OAuth2\Server\Storage\Adapter;
use League\OAuth2\Server\Storage\AbstractStorage;
use League\OAuth2\Server\Storage\RefreshTokenInterface;
class RefreshTokenStorage extends Adapter implements RefreshTokenInterface
class RefreshTokenStorage extends AbstractStorage implements RefreshTokenInterface
{
/**
* {@inheritdoc}