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