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