From fdf0f55b8d311714bce234f61b59b838cc9b4e59 Mon Sep 17 00:00:00 2001 From: Jay Potter Date: Fri, 14 Aug 2026 18:35:26 -0400 Subject: [PATCH] correct use --- src/Potter/Bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Potter/Bootstrap.php b/src/Potter/Bootstrap.php index 049444e..13de618 100644 --- a/src/Potter/Bootstrap.php +++ b/src/Potter/Bootstrap.php @@ -4,8 +4,8 @@ declare(strict_types=1); namespace Potter; -use \Potter\Response\Text, - \Psr\Http\Message\{ResponseInterface, ServerRequestInterface}; +use \Potter\Response\Text; +use \Psr\Http\Message\{ResponseInterface, ServerRequestInterface}; final class Bootstrap extends Controller {