aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap-api.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-03-31 08:17:48 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-03-31 08:17:48 +0000
commitfeb4168e5a82b32e75683397c3f58ad452a1fdf2 (patch)
tree0ece426d6031975ec5f4a4737c9b330c6a5efe24 /lib/bootstrap-api.php
parentd349e0f27e8d5722460ff92a5ab81c39ae75aee9 (diff)
update deprecation notice, fixes #2493
Closes #2493 Merge request studip/studip!1678
Diffstat (limited to 'lib/bootstrap-api.php')
-rw-r--r--lib/bootstrap-api.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bootstrap-api.php b/lib/bootstrap-api.php
index 58756a8..ffa0b40 100644
--- a/lib/bootstrap-api.php
+++ b/lib/bootstrap-api.php
@@ -1,4 +1,8 @@
<?php
+/**
+ * @deprecated Since Stud.IP 5.0. Will be removed in Stud.IP 6.0.
+ */
+
namespace {
StudipAutoloader::addAutoloadPath($GLOBALS['STUDIP_BASE_PATH'] . '/vendor/oauth-php/library');