mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 10:18:55 +05:30
Added use statement to hopefully pull in the OAuth2ServerDatabase interface
This commit is contained in:
parent
ec706fc950
commit
96435463bc
@ -22,6 +22,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
namespace oauth2server;
|
namespace oauth2server;
|
||||||
|
|
||||||
|
use oauth2server\OAuth2ServerDatabase;
|
||||||
|
|
||||||
class OAuthServerClientException extends \Exception {}
|
class OAuthServerClientException extends \Exception {}
|
||||||
|
|
||||||
class OAuthServerUserException extends \Exception {}
|
class OAuthServerUserException extends \Exception {}
|
||||||
|
Loading…
Reference in New Issue
Block a user