summaryrefslogtreecommitdiff
path: root/matrix-specification/Requests/RequiresAuthentication.php
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-specification/Requests/RequiresAuthentication.php')
-rw-r--r--matrix-specification/Requests/RequiresAuthentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-specification/Requests/RequiresAuthentication.php b/matrix-specification/Requests/RequiresAuthentication.php
index c494f13..a762405 100644
--- a/matrix-specification/Requests/RequiresAuthentication.php
+++ b/matrix-specification/Requests/RequiresAuthentication.php
@@ -4,5 +4,5 @@ namespace Matrix\Requests;
interface RequiresAuthentication
{
- public function authenticateUser(): bool;
+ //public function authenticateUser(): bool;
}