diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-09-05 13:24:25 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-09-05 13:24:25 +0000 |
| commit | 449074b7206931797722898573e42f02ba9ca839 (patch) | |
| tree | b473d04850e1c4d1963fb936e15e9b3fd0be1e8b /lib/plugins/core | |
| parent | 5c219d4898b86d4dcdfe8b27a268c432abb8ee53 (diff) | |
remove WebServicePlugin type as well, re #4110issue-4568
Merge request studip/studip!3377
Diffstat (limited to 'lib/plugins/core')
| -rw-r--r-- | lib/plugins/core/WebServicePlugin.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/plugins/core/WebServicePlugin.php b/lib/plugins/core/WebServicePlugin.php deleted file mode 100644 index ff3e757..0000000 --- a/lib/plugins/core/WebServicePlugin.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/* - * Copyright (c) 2011 <mlunzena@uos.de> - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - */ - -interface WebServicePlugin -{ - function getWebServices(); -} |
