oauth2-server/tests/unit/Stubs/StubAbstractStorage.php

9 lines
128 B
PHP
Raw Normal View History

<?php
namespace LeagueTests\Stubs;
class StubAbstractStorage extends \League\OAuth2\Server\Storage\AbstractStorage
{
2014-11-08 18:26:12 +00:00
//
}