mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 08:53:29 +05:30
9 lines
122 B
PHP
9 lines
122 B
PHP
|
<?php
|
||
|
|
||
|
namespace LeagueTests\Stubs;
|
||
|
|
||
|
class StubAbstractStorage extends \League\OAuth2\Server\Storage\AbstractStorage
|
||
|
{
|
||
|
|
||
|
}
|