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