From ce82834a58a21fd3ab0623cc47d607141455d409 Mon Sep 17 00:00:00 2001 From: IanM Date: Wed, 20 Nov 2024 13:51:54 +0000 Subject: [PATCH] chore: response can return ResponseInterface --- framework/core/src/Forum/Auth/ResponseFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Forum/Auth/ResponseFactory.php b/framework/core/src/Forum/Auth/ResponseFactory.php index 52cd44cf11..706c43ec55 100644 --- a/framework/core/src/Forum/Auth/ResponseFactory.php +++ b/framework/core/src/Forum/Auth/ResponseFactory.php @@ -62,7 +62,7 @@ public function make(string $provider, string $identifier, callable $configureRe )); } - protected function makeResponse(array $payload): HtmlResponse + protected function makeResponse(array $payload): ResponseInterface { $content = sprintf( '',