From b19a8f63ad727a3633885d3f2b81edf8181a53b9 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 25 Sep 2025 13:38:24 +0200 Subject: matrix-specification split work in progress --- matrix-specification/Requests/RequiresAuthentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix-specification/Requests/RequiresAuthentication.php') 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; } -- cgit v1.2.3