Renamed Adapter to AbstractStorage because it isn't actually an adapter

This commit is contained in:
Alex Bilbie
2014-11-07 00:45:25 +00:00
parent 72e3ddad1e
commit fbf1535db1
3 changed files with 17 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace LeagueTests\Stubs;
class StubAbstractStorage extends \League\OAuth2\Server\Storage\AbstractStorage
{
}