Skip to content

Commit 0cd826c

Browse files
committed
Fix for Alex's changes.
1 parent 5462f20 commit 0cd826c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storage/FluentAdapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
namespace LucaDegasperi\OAuth2Server\Storage;
1313

14-
use League\OAuth2\Server\Storage\Adapter;
14+
use League\OAuth2\Server\Storage\AbstractStorage;
1515
use Illuminate\Database\ConnectionResolverInterface as Resolver;
1616

17-
abstract class FluentAdapter extends Adapter
17+
abstract class FluentAdapter extends AbstractStorage
1818
{
1919
/**
2020
* @var \Illuminate\Database\ConnectionResolverInterface

0 commit comments

Comments
 (0)