oauth2-server/tests/unit/Stubs/StubAbstractStorage.php
Graham Campbell 4c1cd04a24 CS fixes
2014-11-08 18:26:12 +00:00

9 lines
128 B
PHP

<?php
namespace LeagueTests\Stubs;
class StubAbstractStorage extends \League\OAuth2\Server\Storage\AbstractStorage
{
//
}