diff options
Diffstat (limited to 'lib/public/Authentication/IApacheBackend.php')
-rw-r--r-- | lib/public/Authentication/IApacheBackend.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Authentication/IApacheBackend.php b/lib/public/Authentication/IApacheBackend.php index 946d4f06625..83b59b789c2 100644 --- a/lib/public/Authentication/IApacheBackend.php +++ b/lib/public/Authentication/IApacheBackend.php @@ -63,5 +63,4 @@ interface IApacheBackend { * @since 6.0.0 */ public function getCurrentUserId(); - } |