mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Removed the abstract class
This commit is contained in:
@@ -22,10 +22,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
namespace oauth2server;
|
||||
|
||||
use oauth2server\OAuth2ServerDatabase;
|
||||
|
||||
abstract class ServerDB implements OAuth2ServerDatabase {}
|
||||
|
||||
class OAuthServerClientException extends \Exception {}
|
||||
|
||||
class OAuthServerUserException extends \Exception {}
|
||||
|
Reference in New Issue
Block a user