summaryrefslogtreecommitdiff
path: root/vendor/OAuth/OAuth2/Token/TokenInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/OAuth/OAuth2/Token/TokenInterface.php')
-rwxr-xr-xvendor/OAuth/OAuth2/Token/TokenInterface.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/OAuth/OAuth2/Token/TokenInterface.php b/vendor/OAuth/OAuth2/Token/TokenInterface.php
deleted file mode 100755
index aa592aa1..00000000
--- a/vendor/OAuth/OAuth2/Token/TokenInterface.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-namespace OAuth\OAuth2\Token;
-
-use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
-
-interface TokenInterface extends BaseTokenInterface
-{
-}