diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-31 08:17:48 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-31 08:17:48 +0000 |
| commit | feb4168e5a82b32e75683397c3f58ad452a1fdf2 (patch) | |
| tree | 0ece426d6031975ec5f4a4737c9b330c6a5efe24 /app/routes/FileSystem.php | |
| parent | d349e0f27e8d5722460ff92a5ab81c39ae75aee9 (diff) | |
update deprecation notice, fixes #2493
Closes #2493
Merge request studip/studip!1678
Diffstat (limited to 'app/routes/FileSystem.php')
| -rw-r--r-- | app/routes/FileSystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/routes/FileSystem.php b/app/routes/FileSystem.php index 54e2851..9abd713 100644 --- a/app/routes/FileSystem.php +++ b/app/routes/FileSystem.php @@ -6,7 +6,7 @@ namespace RESTAPI\Routes; * * @author Moritz Strohm <strohm@data-quest.de> * @license GNU General Public License Version 2 or later - * @deprecated Since Stud.IP 5.0. Will be removed in Stud.IP 5.2. + * @deprecated Since Stud.IP 5.0. Will be removed in Stud.IP 6.0. * * Partially based upon the Files.php source code from Jan-Hendrik Willms * (tleilax+studip@gmail.com) and mluzena@uos.de which is also |
