From 53ca033085b24eb42b0ac9c671ae67dc38da96c1 Mon Sep 17 00:00:00 2001 From: lukibeg Date: Wed, 22 Oct 2025 18:15:46 -0300 Subject: [PATCH] NEW: New folder to config CONTAINER DI. --- config/config.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/config.php diff --git a/config/config.php b/config/config.php new file mode 100644 index 0000000..79789a2 --- /dev/null +++ b/config/config.php @@ -0,0 +1,9 @@ + function (ContainerInterface $container) { + return new Router($container); // ou passe dependĂȘncias se houver + } +];