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 23:56:12 +05:30
//
}