mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Removed the abstract class
This commit is contained in:
parent
4eacf97dff
commit
ad562ce270
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user