aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/OAuth1.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2024-08-08 10:11:13 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-08-08 10:11:13 +0200
commit91634d1d3212ffe5dcb9303fa0342619727f8415 (patch)
tree058fe6002114afd02f66546f8a7d5b969d22a7b4 /lib/classes/OAuth1.php
parent496608e87f34ea2af44265ffc12a2298707a8d2e (diff)
remove obsolete use, re #4463biest-4463
Diffstat (limited to 'lib/classes/OAuth1.php')
-rw-r--r--lib/classes/OAuth1.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/classes/OAuth1.php b/lib/classes/OAuth1.php
index e1c7633..3d67199 100644
--- a/lib/classes/OAuth1.php
+++ b/lib/classes/OAuth1.php
@@ -1,7 +1,6 @@
<?php
namespace Studip;
-use DBManager;
use Psr\Http\Message\ServerRequestInterface as Request;
use RuntimeException;