diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-06 12:28:01 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-06 12:28:01 +0000 |
| commit | 5ebdfdc4bb3e8c02c9ba98e2d30367a0c48dbac7 (patch) | |
| tree | c7e64f1f97fd7b37b462912404c1b5778e78286f /lib/filesystem/StandardFile.php | |
| parent | 3759c3248b0ca775c045ec4336748a6668b3eba5 (diff) | |
use own constructor interface for StandardFile, fixes #1280
Closes #1280
Merge request studip/studip!784
Diffstat (limited to 'lib/filesystem/StandardFile.php')
| -rw-r--r-- | lib/filesystem/StandardFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem/StandardFile.php b/lib/filesystem/StandardFile.php index 3fe3672..5c9b5e8 100644 --- a/lib/filesystem/StandardFile.php +++ b/lib/filesystem/StandardFile.php @@ -12,7 +12,7 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP */ -class StandardFile implements FileType, ArrayAccess +class StandardFile implements FileType, ArrayAccess, StandardFileInterface { /** |
