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 {