From 44325cd74ce19f63f2587e2d9bc8cd900c474bcf Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 25 Oct 2025 22:48:56 +0300 Subject: [PATCH] add DI Container to app instance --- public/index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 9b2023a..de58be6 100644 --- a/public/index.php +++ b/public/index.php @@ -1,12 +1,17 @@ addErrorMiddleware(true, false, false); $app->get('/', function (Request $request, Response $response, $args) { $response->getBody()->write("Hello world!");