mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
9 lines
112 B
PHP
9 lines
112 B
PHP
<?php
|
|
|
|
namespace LeagueTests\Stubs;
|
|
|
|
class StubAbstractServer extends \League\OAuth2\Server\AbstractServer
|
|
{
|
|
|
|
}
|