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

9 lines
118 B
PHP
Raw Normal View History

2014-01-16 22:21:06 +05:30
<?php
namespace LeagueTests\Stubs;
class StubAbstractServer extends \League\OAuth2\Server\AbstractServer
{
2014-11-08 23:56:12 +05:30
//
2014-05-03 15:25:25 +05:30
}